aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/util.c')
-rw-r--r--net/mac80211/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c
index 72a98e844718..a2ba6e29bd9a 100644
--- a/net/mac80211/util.c
+++ b/net/mac80211/util.c
@@ -1069,9 +1069,9 @@ void ieee80211_stop_device(struct ieee80211_local *local)
1069 ieee80211_led_radio(local, false); 1069 ieee80211_led_radio(local, false);
1070 1070
1071 cancel_work_sync(&local->reconfig_filter); 1071 cancel_work_sync(&local->reconfig_filter);
1072 drv_stop(local);
1073 1072
1074 flush_workqueue(local->workqueue); 1073 flush_workqueue(local->workqueue);
1074 drv_stop(local);
1075} 1075}
1076 1076
1077int ieee80211_reconfig(struct ieee80211_local *local) 1077int ieee80211_reconfig(struct ieee80211_local *local)