diff options
Diffstat (limited to 'net/mac80211/mlme.c')
-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 523c0d994d15..0b3551da8f43 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -760,7 +760,7 @@ void ieee80211_dynamic_ps_timer(unsigned long data) | |||
760 | { | 760 | { |
761 | struct ieee80211_local *local = (void *) data; | 761 | struct ieee80211_local *local = (void *) data; |
762 | 762 | ||
763 | if (local->quiescing) | 763 | if (local->quiescing || local->suspended) |
764 | return; | 764 | return; |
765 | 765 | ||
766 | queue_work(local->hw.workqueue, &local->dynamic_ps_enable_work); | 766 | queue_work(local->hw.workqueue, &local->dynamic_ps_enable_work); |