Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193819
b: refs/heads/master
c: 14b3af3
h: refs/heads/master
i:
  193817: 85b9991
  193815: 348ad37
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 23, 2010
1 parent d54f0a0 commit ab63788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e492d7cfdbb49f364529bc1642b978d85654c398
refs/heads/master: 14b3af381df6359b15416df350e4e11892a52ab3
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ static void ath9k_set_power_sleep(struct ath_hw *ah, int setChip)
if (!AR_SREV_9100(ah))
REG_WRITE(ah, AR_RC, AR_RC_AHB | AR_RC_HOSTIF);

if(!AR_SREV_5416(ah))
if (!AR_SREV_5416(ah) && !AR_SREV_9271(ah))
REG_CLR_BIT(ah, (AR_RTC_RESET),
AR_RTC_RESET_EN);
}
Expand Down

0 comments on commit ab63788

Please sign in to comment.