Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166291
b: refs/heads/master
c: edbf51f
h: refs/heads/master
i:
  166289: 923bdbf
  166287: cc72199
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Sep 23, 2009
1 parent b237c64 commit 53dced4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d865ca6c147552a1c38161e2e262c4ab59e762d6
refs/heads/master: edbf51f65eefb952a03c00eadefa9aa48580fcc6
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ static inline void ath9k_hw_9285_pa_cal(struct ath_hw *ah, bool is_reset)
regVal |= (1 << (19 + i));
REG_WRITE(ah, 0x7834, regVal);
udelay(1);
regVal = REG_READ(ah, 0x7834);
regVal &= (~(0x1 << (19 + i)));
reg_field = MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9);
regVal |= (reg_field << (19 + i));
Expand Down

0 comments on commit 53dced4

Please sign in to comment.