diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index a41f234bd486..8d752b4d72ce 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -781,7 +781,7 @@ void ieee80211_dynamic_ps_enable_work(struct work_struct *work) | |||
781 | ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_PS); | 781 | ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_PS); |
782 | } | 782 | } |
783 | 783 | ||
784 | netif_tx_start_all_queues(sdata->dev); | 784 | netif_tx_wake_all_queues(sdata->dev); |
785 | } | 785 | } |
786 | 786 | ||
787 | void ieee80211_dynamic_ps_timer(unsigned long data) | 787 | void ieee80211_dynamic_ps_timer(unsigned long data) |