diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 8a24c2c6ebc1..cfd0717c0033 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -165,6 +165,7 @@ struct ieee80211_txrx_data { | |||
165 | #define IEEE80211_TXPD_DO_NOT_ENCRYPT BIT(1) | 165 | #define IEEE80211_TXPD_DO_NOT_ENCRYPT BIT(1) |
166 | #define IEEE80211_TXPD_REQUEUE BIT(2) | 166 | #define IEEE80211_TXPD_REQUEUE BIT(2) |
167 | #define IEEE80211_TXPD_EAPOL_FRAME BIT(3) | 167 | #define IEEE80211_TXPD_EAPOL_FRAME BIT(3) |
168 | #define IEEE80211_TXPD_AMPDU BIT(4) | ||
168 | /* Stored in sk_buff->cb */ | 169 | /* Stored in sk_buff->cb */ |
169 | struct ieee80211_tx_packet_data { | 170 | struct ieee80211_tx_packet_data { |
170 | int ifindex; | 171 | int ifindex; |
@@ -452,8 +453,8 @@ struct ieee80211_local { | |||
452 | struct sta_info *sta_hash[STA_HASH_SIZE]; | 453 | struct sta_info *sta_hash[STA_HASH_SIZE]; |
453 | struct timer_list sta_cleanup; | 454 | struct timer_list sta_cleanup; |
454 | 455 | ||
455 | unsigned long state[NUM_TX_DATA_QUEUES]; | 456 | unsigned long state[NUM_TX_DATA_QUEUES_AMPDU]; |
456 | struct ieee80211_tx_stored_packet pending_packet[NUM_TX_DATA_QUEUES]; | 457 | struct ieee80211_tx_stored_packet pending_packet[NUM_TX_DATA_QUEUES_AMPDU]; |
457 | struct tasklet_struct tx_pending_tasklet; | 458 | struct tasklet_struct tx_pending_tasklet; |
458 | 459 | ||
459 | /* number of interfaces with corresponding IFF_ flags */ | 460 | /* number of interfaces with corresponding IFF_ flags */ |