Date: Wed, 9 May 2007 16:34:25 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 119570 for review Message-ID: <200705091634.l49GYP6k003307@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119570 Change 119570 by sam@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705091634.l49GYP6k003307>