Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311381
b: refs/heads/master
c: bcb7ad7
h: refs/heads/master
i:
  311379: 9a7cb76
v: v3
  • Loading branch information
Mohammed Shafi Shajakhan authored and John W. Linville committed Jun 13, 2012
1 parent 4ef32e1 commit 9db0fa6
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 1f7e0102820f11a0dcd3a2f90140abf14c894ba8
refs/heads/master: bcb7ad7bcbef030e6ba71ede1f9866368aca7c99
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,15 @@ void ath_hw_pll_work(struct work_struct *work)
hw_pll_work.work);
u32 pll_sqsum;

/*
* ensure that the PLL WAR is executed only
* after the STA is associated (or) if the
* beaconing had started in interfaces that
* uses beacons.
*/
if (!(sc->sc_flags & SC_OP_BEACONS))
return;

if (AR_SREV_9485(sc->sc_ah)) {

ath9k_ps_wakeup(sc);
Expand Down

0 comments on commit 9db0fa6

Please sign in to comment.