aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 3789b82f1098..e895ad560d55 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -819,7 +819,7 @@ void ieee80211_dynamic_ps_enable_work(struct work_struct *work)
819 } 819 }
820 820
821 if ((local->hw.flags & IEEE80211_HW_PS_NULLFUNC_STACK) && 821 if ((local->hw.flags & IEEE80211_HW_PS_NULLFUNC_STACK) &&
822 (!(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED))) { 822 !(ifmgd->flags & IEEE80211_STA_NULLFUNC_ACKED)) {
823 netif_tx_stop_all_queues(sdata->dev); 823 netif_tx_stop_all_queues(sdata->dev);
824 824
825 if (drv_tx_frames_pending(local)) 825 if (drv_tx_frames_pending(local))