diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 6ce62e553dc2..32345b479adb 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -639,6 +639,14 @@ struct ieee80211_local { | |||
639 | struct sk_buff_head pending[IEEE80211_MAX_QUEUES]; | 639 | struct sk_buff_head pending[IEEE80211_MAX_QUEUES]; |
640 | struct tasklet_struct tx_pending_tasklet; | 640 | struct tasklet_struct tx_pending_tasklet; |
641 | 641 | ||
642 | /* | ||
643 | * This lock is used to prevent concurrent A-MPDU | ||
644 | * session start/stop processing, this thus also | ||
645 | * synchronises the ->ampdu_action() callback to | ||
646 | * drivers and limits it to one at a time. | ||
647 | */ | ||
648 | spinlock_t ampdu_lock; | ||
649 | |||
642 | /* number of interfaces with corresponding IFF_ flags */ | 650 | /* number of interfaces with corresponding IFF_ flags */ |
643 | atomic_t iff_allmultis, iff_promiscs; | 651 | atomic_t iff_allmultis, iff_promiscs; |
644 | 652 | ||