Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156323
b: refs/heads/master
c: 78f1a8b
h: refs/heads/master
i:
  156321: e9541c9
  156319: d18afc0
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jul 27, 2009
1 parent e648f8e commit 600378e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 082e708acc50a5b625b9bde0bb1af90dfdbd1942
refs/heads/master: 78f1a8b758d57c2d2c9f3db7199cd30803854c82
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ void ieee80211_dynamic_ps_timer(unsigned long data)
{
struct ieee80211_local *local = (void *) data;

if (local->quiescing)
if (local->quiescing || local->suspended)
return;

queue_work(local->hw.workqueue, &local->dynamic_ps_enable_work);
Expand Down

0 comments on commit 600378e

Please sign in to comment.