X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=net%2Fmac80211%2Fsta_info.h;h=c88f161f81185a678335fe3df6201fb8e64c8d80;hb=aecdc33e111b2c447b622e287c6003726daa1426;hp=a470e1123a5576ed5e14b779ed4a9213cda407b7;hpb=5b1f6d81e4c63ae30d92678cc35081001add7674;p=~andy%2Flinux diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index a470e1123a5..c88f161f811 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -287,6 +287,7 @@ struct sta_ampdu_mlme { struct sta_info { /* General information, mostly static */ struct list_head list; + struct rcu_head rcu_head; struct sta_info __rcu *hnext; struct ieee80211_local *local; struct ieee80211_sub_if_data *sdata; @@ -297,6 +298,7 @@ struct sta_info { spinlock_t lock; struct work_struct drv_unblock_wk; + struct work_struct free_sta_wk; u16 listen_interval;