summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-04-15 20:29:39 +0000
committeradrian <adrian@FreeBSD.org>2012-04-15 20:29:39 +0000
commit69f376da56676e42c047d412618b785d5feb1d3b (patch)
treef01f1b029be7f02776024101a6deb8996053ab04 /sys/net80211/ieee80211_node.h
parentc5f9250e61e56969e5e887398e4c9d526968812e (diff)
downloadFreeBSD-src-69f376da56676e42c047d412618b785d5feb1d3b.zip
FreeBSD-src-69f376da56676e42c047d412618b785d5feb1d3b.tar.gz
Migrate the net80211 TX aggregation state to be from per-AC to per-TID.
TODO: * Test mwl(4) more thoroughly! Reviewed by: bschmidt (for iwn)
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index 3d9cc1c..83b108b 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -214,7 +214,7 @@ struct ieee80211_node {
uint8_t ni_htstbc; /* HT */
uint8_t ni_chw; /* negotiated channel width */
struct ieee80211_htrateset ni_htrates; /* negotiated ht rate set */
- struct ieee80211_tx_ampdu ni_tx_ampdu[WME_NUM_AC];
+ struct ieee80211_tx_ampdu ni_tx_ampdu[WME_NUM_TID];
struct ieee80211_rx_ampdu ni_rx_ampdu[WME_NUM_TID];
/* others */
OpenPOWER on IntegriCloud