Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256449
b: refs/heads/master
c: 7d865c7
h: refs/heads/master
i:
  256447: 73f7a8b
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jul 11, 2011
1 parent 3b0e0e6 commit 16e778b
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 0407cf1c7f0fdbecab7efbd8214ac2d1196a67f9
refs/heads/master: 7d865c7080b3cb9d95eaf7d40343712e582fc3e7
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/ar5008_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,11 @@ static void ar5008_hw_init_bb(struct ath_hw *ah,
else
synthDelay /= 10;

if (IS_CHAN_HALF_RATE(chan))
synthDelay *= 2;
else if (IS_CHAN_QUARTER_RATE(chan))
synthDelay *= 4;

REG_WRITE(ah, AR_PHY_ACTIVE, AR_PHY_ACTIVE_EN);

udelay(synthDelay + BASE_ACTIVATE_DELAY);
Expand Down

0 comments on commit 16e778b

Please sign in to comment.