PERFORCE change 114947 for review
Sam Leffler
sam at FreeBSD.org
Sat Feb 24 00:35:42 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=114947
Change 114947 by sam at sam_ebb on 2007/02/24 00:35:23
add IEEE80211_F_DOBRS for future addition of
basic rate set compliance checking
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211_proto.h#31 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211_proto.h#31 (text+ko) ====
@@ -184,7 +184,8 @@
#define IEEE80211_F_DOFRATE 0x00000002 /* use fixed rate */
#define IEEE80211_F_DONEGO 0x00000004 /* calc negotiated rate */
#define IEEE80211_F_DODEL 0x00000008 /* delete ignore rate */
-#define IEEE80211_F_JOIN 0x00000010 /* sta joining our bss */
+#define IEEE80211_F_DOBRS 0x00000010 /* check basic rate set */
+#define IEEE80211_F_JOIN 0x00000020 /* sta joining our bss */
int ieee80211_fix_rate(struct ieee80211_node *,
struct ieee80211_rateset *, int);
More information about the p4-projects
mailing list