PERFORCE change 117509 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 6 16:17:21 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=117509

Change 117509 by sam at sam_ebb on 2007/04/06 16:16:32

	o correct IEEE80211_F_BURST
	o reserve IEEE80211_F_DOTH for 11h stuff coming soon

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_var.h#54 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_var.h#54 (text+ko) ====

@@ -267,7 +267,7 @@
 #define	IEEE80211_F_TURBOP	0x00000001	/* CONF: ATH Turbo enabled*/
 #define	IEEE80211_F_COMP	0x00000002	/* CONF: ATH comp enabled */
 #define	IEEE80211_F_FF		0x00000004	/* CONF: ATH FF enabled */
-#define	IEEE80211_F_BURST	0x00000004	/* CONF: bursting enabled */
+#define	IEEE80211_F_BURST	0x00000008	/* CONF: bursting enabled */
 /* NB: this is intentionally setup to be IEEE80211_CAPINFO_PRIVACY */
 #define	IEEE80211_F_PRIVACY	0x00000010	/* CONF: privacy enabled */
 #define	IEEE80211_F_PUREG	0x00000020	/* CONF: 11g w/o 11b sta's */
@@ -296,6 +296,7 @@
 #define	IEEE80211_F_HIDESSID	0x08000000	/* CONF: hide SSID in beacon */
 #define	IEEE80211_F_NOBRIDGE	0x10000000	/* CONF: dis. internal bridge */
 #define	IEEE80211_F_WMEUPDATE	0x20000000	/* STATUS: update beacon wme */
+#define	IEEE80211_F_DOTH	0x40000000	/* CONF: 11h enabled */
 
 /* Atheros protocol-specific flags */
 #define	IEEE80211_F_ATHEROS \


More information about the p4-projects mailing list