diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index a6abc7dfd903..a07f01736a91 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -636,6 +636,9 @@ struct ieee80211_local { | |||
636 | /* protects the aggregated multicast list and filter calls */ | 636 | /* protects the aggregated multicast list and filter calls */ |
637 | spinlock_t filter_lock; | 637 | spinlock_t filter_lock; |
638 | 638 | ||
639 | /* used for uploading changed mc list */ | ||
640 | struct work_struct reconfig_filter; | ||
641 | |||
639 | /* aggregated multicast list */ | 642 | /* aggregated multicast list */ |
640 | struct dev_addr_list *mc_list; | 643 | struct dev_addr_list *mc_list; |
641 | int mc_count; | 644 | int mc_count; |