|
@@ -610,8 +610,8 @@ struct ieee80211_local {
|
|
|
struct sta_info *sta_hash[STA_HASH_SIZE];
|
|
|
struct timer_list sta_cleanup;
|
|
|
|
|
|
- unsigned long state[IEEE80211_MAX_AMPDU_QUEUES + IEEE80211_MAX_AMPDU_QUEUES];
|
|
|
- struct ieee80211_tx_stored_packet pending_packet[IEEE80211_MAX_AMPDU_QUEUES + IEEE80211_MAX_AMPDU_QUEUES];
|
|
|
+ unsigned long state[IEEE80211_MAX_QUEUES + IEEE80211_MAX_AMPDU_QUEUES];
|
|
|
+ struct ieee80211_tx_stored_packet pending_packet[IEEE80211_MAX_QUEUES + IEEE80211_MAX_AMPDU_QUEUES];
|
|
|
struct tasklet_struct tx_pending_tasklet;
|
|
|
|
|
|
/* number of interfaces with corresponding IFF_ flags */
|