Thread (2 messages) read the whole thread 2 messages, 2 authors, 2011-08-30
STALE5452d

[PATCH] ath9k_hw: Fix fast clock support for AR9280 v2.0+

From: Rajkumar Manoharan <hidden>
Date: 2011-08-30 10:25:33
Subsystem: atheros ath generic utilities, qualcomm atheros ath9k wireless driver, the rest · Maintainers: Jeff Johnson, Toke Høiland-Jørgensen, Linus Torvalds

To enable fast clock support on 5GHz for AR9280 v2.0+ chips,
mac version alone is not sufficient. It also depends on eeprom
values.

Cc: stable@kernel.org
Cc: Adrian Chadd <redacted>
Cc: Felix Fietkau <redacted>
Signed-off-by: Rajkumar Manoharan <redacted>
---
 drivers/net/wireless/ath/ath9k/hw.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 284d2a4..d8d776f9 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -2184,7 +2184,10 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah)
 			pCap->hw_caps |= ATH9K_HW_CAP_PAPRD;
 	} else {
 		pCap->tx_desc_len = sizeof(struct ath_desc);
-		if (AR_SREV_9280_20(ah))
+		if (AR_SREV_9280_20(ah) &&
+		    ((ah->eep_ops->get_eeprom(ah, EEP_MINOR_REV) <=
+					      AR5416_EEP_MINOR_VER_16) ||
+		     ah->eep_ops->get_eeprom(ah, EEP_FSTCLK_5G)))
 			pCap->hw_caps |= ATH9K_HW_CAP_FASTCLOCK;
 	}
 
-- 
1.7.6.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help