diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index a3ae5130803..8a91b5d8387 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -723,13 +723,7 @@ struct ieee80211_local { | |||
723 | struct sk_buff_head pending[IEEE80211_MAX_QUEUES]; | 723 | struct sk_buff_head pending[IEEE80211_MAX_QUEUES]; |
724 | struct tasklet_struct tx_pending_tasklet; | 724 | struct tasklet_struct tx_pending_tasklet; |
725 | 725 | ||
726 | /* | 726 | atomic_t agg_queue_stop[IEEE80211_MAX_QUEUES]; |
727 | * This lock is used to prevent concurrent A-MPDU | ||
728 | * session start/stop processing, this thus also | ||
729 | * synchronises the ->ampdu_action() callback to | ||
730 | * drivers and limits it to one at a time. | ||
731 | */ | ||
732 | spinlock_t ampdu_lock; | ||
733 | 727 | ||
734 | /* number of interfaces with corresponding IFF_ flags */ | 728 | /* number of interfaces with corresponding IFF_ flags */ |
735 | atomic_t iff_allmultis, iff_promiscs; | 729 | atomic_t iff_allmultis, iff_promiscs; |