Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159717
b: refs/heads/master
c: d340b1f
h: refs/heads/master
i:
  159715: 3ebd46c
v: v3
  • Loading branch information
Vivek Natarajan authored and John W. Linville committed Aug 20, 2009
1 parent 991f82d commit 1a069c2
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: db91f2e4d410bf3011b3649b9257e5b3c60b25ff
refs/heads/master: d340b1f0e5e374fc902a020cb6ef9ebd7fb9f368
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 @@ -3073,7 +3073,7 @@ void ath9k_hw_configpcipowersave(struct ath_hw *ah, int restore)
if (ah->config.pcie_waen) {
REG_WRITE(ah, AR_WA, ah->config.pcie_waen);
} else {
if (AR_SREV_9285(ah) || AR_SREV_9271(ah))
if (AR_SREV_9285(ah) || AR_SREV_9271(ah) || AR_SREV_9287(ah))
REG_WRITE(ah, AR_WA, AR9285_WA_DEFAULT);
/*
* On AR9280 chips bit 22 of 0x4004 needs to be set to
Expand Down

0 comments on commit 1a069c2

Please sign in to comment.