Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263543
b: refs/heads/master
c: 8b2a382
h: refs/heads/master
i:
  263541: 6ce2fb0
  263539: f0f5267
  263535: 7dc5157
v: v3
  • Loading branch information
Mohammed Shafi Shajakhan authored and John W. Linville committed Aug 24, 2011
1 parent b83f282 commit b47a7be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66cb54bd24086b2d871a03035de9b0e79b2b725e
refs/heads/master: 8b2a3827bb12430d932cd479b22d906baf08c212
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,11 @@ static void ath9k_set_coverage_class(struct ieee80211_hw *hw, u8 coverage_class)

mutex_lock(&sc->mutex);
ah->coverage_class = coverage_class;

ath9k_ps_wakeup(sc);
ath9k_hw_init_global_settings(ah);
ath9k_ps_restore(sc);

mutex_unlock(&sc->mutex);
}

Expand Down

0 comments on commit b47a7be

Please sign in to comment.