summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.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_ht.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_ht.h')
-rw-r--r--sys/net80211/ieee80211_ht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index 9cdc1ea..249ddd2 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -159,7 +159,7 @@ struct ieee80211_mcs_rates {
uint16_t ht40_rate_800ns;
uint16_t ht40_rate_400ns;
};
-extern const struct ieee80211_mcs_rates ieee80211_htrates[16];
+extern const struct ieee80211_mcs_rates ieee80211_htrates[];
const struct ieee80211_htrateset *ieee80211_get_suphtrates(
struct ieee80211com *, const struct ieee80211_channel *);
OpenPOWER on IntegriCloud