Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170574
b: refs/heads/master
c: 4921be8
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Oct 7, 2009
1 parent 1a99d05 commit 65ea0d4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 193cd4585e6c5650875e98ccfef2fa93616fef30
refs/heads/master: 4921be8058f1c8854e501305b96196856fe7f830
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2851,8 +2851,9 @@ 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);

REG_CLR_BIT(ah, (AR_RTC_RESET),
AR_RTC_RESET_EN);
if(!AR_SREV_5416(ah))
REG_CLR_BIT(ah, (AR_RTC_RESET),
AR_RTC_RESET_EN);
}
}

Expand Down

0 comments on commit 65ea0d4

Please sign in to comment.