diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 32d19bbf522c..38e0a467fa8e 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -444,9 +444,8 @@ struct ieee80211_local { | |||
444 | struct ieee80211_tx_stored_packet pending_packet[NUM_TX_DATA_QUEUES]; | 444 | struct ieee80211_tx_stored_packet pending_packet[NUM_TX_DATA_QUEUES]; |
445 | struct tasklet_struct tx_pending_tasklet; | 445 | struct tasklet_struct tx_pending_tasklet; |
446 | 446 | ||
447 | int mc_count; /* total count of multicast entries in all interfaces */ | 447 | /* number of interfaces with corresponding IFF_ flags */ |
448 | int iff_allmultis, iff_promiscs; | 448 | atomic_t iff_allmultis, iff_promiscs; |
449 | /* number of interfaces with corresponding IFF_ flags */ | ||
450 | 449 | ||
451 | struct rate_control_ref *rate_ctrl; | 450 | struct rate_control_ref *rate_ctrl; |
452 | 451 | ||