summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ht.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-09-06 17:29:11 +0000
committersam <sam@FreeBSD.org>2008-09-06 17:29:11 +0000
commit5379b08ec2c65ff99f5f94d2dde0686755a93b0d (patch)
tree01b8bcfeb1d248f389370966bf1522e3dc405569 /sys/net80211/ieee80211_ht.h
parent4df9b50afc714fa92acdbe0ae2e76cd2ac6d6d7e (diff)
downloadFreeBSD-src-5379b08ec2c65ff99f5f94d2dde0686755a93b0d.zip
FreeBSD-src-5379b08ec2c65ff99f5f94d2dde0686755a93b0d.tar.gz
moreve the aggregation q; it's not being used and
there's a better way to do this
Diffstat (limited to 'sys/net80211/ieee80211_ht.h')
-rw-r--r--sys/net80211/ieee80211_ht.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index b0eb616..fe1c15d 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 */
};
OpenPOWER on IntegriCloud