diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index cabdc1439d57..d82ed20a344c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -610,8 +610,8 @@ struct ieee80211_local { | |||
610 | struct sta_info *sta_hash[STA_HASH_SIZE]; | 610 | struct sta_info *sta_hash[STA_HASH_SIZE]; |
611 | struct timer_list sta_cleanup; | 611 | struct timer_list sta_cleanup; |
612 | 612 | ||
613 | unsigned long state[NUM_TX_DATA_QUEUES_AMPDU]; | 613 | unsigned long state[IEEE80211_MAX_AMPDU_QUEUES + IEEE80211_MAX_AMPDU_QUEUES]; |
614 | struct ieee80211_tx_stored_packet pending_packet[NUM_TX_DATA_QUEUES_AMPDU]; | 614 | struct ieee80211_tx_stored_packet pending_packet[IEEE80211_MAX_AMPDU_QUEUES + IEEE80211_MAX_AMPDU_QUEUES]; |
615 | struct tasklet_struct tx_pending_tasklet; | 615 | struct tasklet_struct tx_pending_tasklet; |
616 | 616 | ||
617 | /* number of interfaces with corresponding IFF_ flags */ | 617 | /* number of interfaces with corresponding IFF_ flags */ |
@@ -705,8 +705,6 @@ struct ieee80211_local { | |||
705 | unsigned int rx_expand_skb_head2; | 705 | unsigned int rx_expand_skb_head2; |
706 | unsigned int rx_handlers_fragments; | 706 | unsigned int rx_handlers_fragments; |
707 | unsigned int tx_status_drop; | 707 | unsigned int tx_status_drop; |
708 | unsigned int wme_rx_queue[NUM_RX_DATA_QUEUES]; | ||
709 | unsigned int wme_tx_queue[NUM_RX_DATA_QUEUES]; | ||
710 | #define I802_DEBUG_INC(c) (c)++ | 708 | #define I802_DEBUG_INC(c) (c)++ |
711 | #else /* CONFIG_MAC80211_DEBUG_COUNTERS */ | 709 | #else /* CONFIG_MAC80211_DEBUG_COUNTERS */ |
712 | #define I802_DEBUG_INC(c) do { } while (0) | 710 | #define I802_DEBUG_INC(c) do { } while (0) |
@@ -764,8 +762,6 @@ struct ieee80211_local { | |||
764 | struct dentry *rx_expand_skb_head2; | 762 | struct dentry *rx_expand_skb_head2; |
765 | struct dentry *rx_handlers_fragments; | 763 | struct dentry *rx_handlers_fragments; |
766 | struct dentry *tx_status_drop; | 764 | struct dentry *tx_status_drop; |
767 | struct dentry *wme_tx_queue; | ||
768 | struct dentry *wme_rx_queue; | ||
769 | #endif | 765 | #endif |
770 | struct dentry *dot11ACKFailureCount; | 766 | struct dentry *dot11ACKFailureCount; |
771 | struct dentry *dot11RTSFailureCount; | 767 | struct dentry *dot11RTSFailureCount; |