diff options
author | Sam Leffler <sam@FreeBSD.org> | 2008-09-06 17:29:11 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2008-09-06 17:29:11 +0000 |
commit | 33b9a974d5d72670cc45c5dafa17e270174f90fc (patch) | |
tree | 01b8bcfeb1d248f389370966bf1522e3dc405569 /sys/net80211/ieee80211_ht.h | |
parent | d53fe7108b68633a804f36b59b9d5ca6957d33b4 (diff) | |
download | src-33b9a974d5d72670cc45c5dafa17e270174f90fc.tar.gz src-33b9a974d5d72670cc45c5dafa17e270174f90fc.zip |
moreve the aggregation q; it's not being used and
there's a better way to do this
Notes
Notes:
svn path=/head/; revision=182826
Diffstat (limited to 'sys/net80211/ieee80211_ht.h')
-rw-r--r-- | sys/net80211/ieee80211_ht.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h index b0eb616cdcbc..fe1c15d4ce02 100644 --- a/sys/net80211/ieee80211_ht.h +++ b/sys/net80211/ieee80211_ht.h @@ -56,7 +56,6 @@ struct ieee80211_tx_ampdu { uint16_t txa_wnd; /* BA window size */ uint8_t txa_attempts; /* # ADDBA requests w/o a response */ int txa_nextrequest;/* soonest to make next ADDBA request */ - struct ifqueue txa_q; /* packet queue */ struct callout txa_timer; void *txa_private; /* driver-private storage */ }; |