summaryrefslogtreecommitdiffstats
path: root/sys/net80211/_ieee80211.h
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2011-03-10 18:17:24 +0000
committerbschmidt <bschmidt@FreeBSD.org>2011-03-10 18:17:24 +0000
commit3d57f75785c9737faa3e0b963cbfa402669af15f (patch)
tree95e2c376df7f31f54613f9cafcd2831c48637b1d /sys/net80211/_ieee80211.h
parentad5db5c41748a914a8a4a241c9d8e52755343e37 (diff)
downloadFreeBSD-src-3d57f75785c9737faa3e0b963cbfa402669af15f.zip
FreeBSD-src-3d57f75785c9737faa3e0b963cbfa402669af15f.tar.gz
Complete the MCS rate table based on the final 802.11n std. While here
adjust the IEEE80211_HTRATE_MAXSIZE constant, only MCS0 - 76 are valid the other bits in the mcsset IE (77 - 127) are either reserved or used for TX parameters.
Diffstat (limited to 'sys/net80211/_ieee80211.h')
-rw-r--r--sys/net80211/_ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/_ieee80211.h b/sys/net80211/_ieee80211.h
index c488c00..d700358 100644
--- a/sys/net80211/_ieee80211.h
+++ b/sys/net80211/_ieee80211.h
@@ -335,7 +335,7 @@ struct ieee80211_rateset {
* the structure such that it can be used interchangeably
* with an ieee80211_rateset (modulo structure size).
*/
-#define IEEE80211_HTRATE_MAXSIZE 127
+#define IEEE80211_HTRATE_MAXSIZE 77
struct ieee80211_htrateset {
uint8_t rs_nrates;
OpenPOWER on IntegriCloud