aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r--net/mac80211/sta_info.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c
index 7199b9d5b2f4..738f9349c0a2 100644
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
@@ -920,8 +920,6 @@ int sta_info_flush_defer(struct ieee80211_sub_if_data *sdata)
920 920
921void sta_info_flush_cleanup(struct ieee80211_sub_if_data *sdata) 921void sta_info_flush_cleanup(struct ieee80211_sub_if_data *sdata)
922{ 922{
923 rcu_barrier();
924
925 ieee80211_cleanup_sdata_stas(sdata); 923 ieee80211_cleanup_sdata_stas(sdata);
926 cancel_work_sync(&sdata->cleanup_stations_wk); 924 cancel_work_sync(&sdata->cleanup_stations_wk);
927} 925}