Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2007 16:17:20 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 117509 for review
Message-ID:  <200704061617.l36GHK3U060423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117509

Change 117509 by sam@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704061617.l36GHK3U060423>