PERFORCE change 80278 for review
Sam Leffler
sam at FreeBSD.org
Fri Jul 15 16:31:01 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80278
Change 80278 by sam at sam_ebb on 2005/07/15 16:30:41
get stuff working again after ifc
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.h#16 edit
.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#51 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.h#16 (text+ko) ====
@@ -149,6 +149,7 @@
#define M_LINK0 M_PROTO1 /* WEP requested */
#define M_PWR_SAV M_PROTO4 /* bypass PS handling */
#define M_MORE_DATA M_PROTO5 /* more data frames to follow */
+#define M_FF 0x20000 /* fast frame */
/*
* Encode WME access control bits in the PROTO flags.
* This is safe since it's passed directly in to the
==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#51 (text+ko) ====
@@ -140,7 +140,7 @@
struct ieee80211_frame *wh;
struct ieee80211_key *key;
struct ether_header *eh;
- int len, hdrspace;
+ int hdrspace;
u_int8_t dir, type, subtype;
u_int8_t *bssid;
u_int16_t rxseq;
More information about the p4-projects
mailing list