PERFORCE change 119570 for review
Sam Leffler
sam at FreeBSD.org
Wed May 9 16:34:26 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=119570
Change 119570 by sam at sam_ebb on 2007/05/09 16:34:14
add IFM_IEEE80211_MCS token for 11n HT rates; there
aren't enough bits to express the 11n rates and
besides having the fixed rate expressed in the media
state is broken so this'll do for now
Affected files ...
.. //depot/projects/wifi/sys/net/if_media.h#9 edit
Differences ...
==== //depot/projects/wifi/sys/net/if_media.h#9 (text+ko) ====
@@ -201,6 +201,8 @@
#define IFM_IEEE80211_OFDM3 21 /* OFDM 3Mbps */
#define IFM_IEEE80211_OFDM4 22 /* OFDM 4.5Mbps */
#define IFM_IEEE80211_OFDM27 23 /* OFDM 27Mbps */
+/* NB: not enough bits to express MCS fully */
+#define IFM_IEEE80211_MCS 24 /* HT MCS rate */
#define IFM_IEEE80211_ADHOC 0x00000100 /* Operate in Adhoc mode */
#define IFM_IEEE80211_HOSTAP 0x00000200 /* Operate in Host AP mode */
More information about the p4-projects
mailing list