Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194380
b: refs/heads/master
c: 84e2169
h: refs/heads/master
v: v3
  • Loading branch information
Senthil Balasubramanian authored and John W. Linville committed Apr 16, 2010
1 parent 6352f15 commit c3b01df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 1f3f06184006dff1ec439c56dcee9a99ed93e985
refs/heads/master: 84e2169b0fead5d87de0a29f17a06fba904bc46b
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,9 +1385,11 @@ static bool ath9k_hw_set_reset_power_on(struct ath_hw *ah)
REG_WRITE(ah, AR_RC, AR_RC_AHB);

REG_WRITE(ah, AR_RTC_RESET, 0);
udelay(2);

if (!AR_SREV_9100(ah))
if (!AR_SREV_9300_20_OR_LATER(ah))
udelay(2);

if (!AR_SREV_9100(ah) && !AR_SREV_9300_20_OR_LATER(ah))
REG_WRITE(ah, AR_RC, 0);

REG_WRITE(ah, AR_RTC_RESET, 1);
Expand Down

0 comments on commit c3b01df

Please sign in to comment.