summaryrefslogtreecommitdiffstats
path: root/net/mac80211/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/pm.c')
-rw-r--r--net/mac80211/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/pm.c b/net/mac80211/pm.c
index b471a67f224d..497f21a0d116 100644
--- a/net/mac80211/pm.c
+++ b/net/mac80211/pm.c
@@ -35,7 +35,7 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
35 /* flush out all packets */ 35 /* flush out all packets */
36 synchronize_net(); 36 synchronize_net();
37 37
38 drv_flush(local, false); 38 ieee80211_flush_queues(local, NULL);
39 39
40 local->quiescing = true; 40 local->quiescing = true;
41 /* make quiescing visible to timers everywhere */ 41 /* make quiescing visible to timers everywhere */