aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivek Natarajan <vivek.natraj@gmail.com>2009-08-14 01:59:27 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-08-20 11:35:51 -0400
commitd340b1f0e5e374fc902a020cb6ef9ebd7fb9f368 (patch)
treea72b40e95cb62ac54144a9577821767fcc0cb3dd
parentdb91f2e4d410bf3011b3649b9257e5b3c60b25ff (diff)
ath9k: Set AR_WA for AR9287 as it improves consistency in throughput.
Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 125e689f7c5c..9a139dcc69b3 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -3073,7 +3073,7 @@ void ath9k_hw_configpcipowersave(struct ath_hw *ah, int restore)
3073 if (ah->config.pcie_waen) { 3073 if (ah->config.pcie_waen) {
3074 REG_WRITE(ah, AR_WA, ah->config.pcie_waen); 3074 REG_WRITE(ah, AR_WA, ah->config.pcie_waen);
3075 } else { 3075 } else {
3076 if (AR_SREV_9285(ah) || AR_SREV_9271(ah)) 3076 if (AR_SREV_9285(ah) || AR_SREV_9271(ah) || AR_SREV_9287(ah))
3077 REG_WRITE(ah, AR_WA, AR9285_WA_DEFAULT); 3077 REG_WRITE(ah, AR_WA, AR9285_WA_DEFAULT);
3078 /* 3078 /*
3079 * On AR9280 chips bit 22 of 0x4004 needs to be set to 3079 * On AR9280 chips bit 22 of 0x4004 needs to be set to