diff options
author | Sujith Manoharan <c_manoha@qualcomm.com> | 2012-09-15 22:37:12 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-24 14:59:12 -0400 |
commit | 06236e53ce83d9f770a25a5305b8651544ff8b67 (patch) | |
tree | f9cf1e4438a7c5a05cff246aadf5f2104d259140 | |
parent | e09f2dc73c5c4927cbc55d9c29bef4209c2d866d (diff) |
ath9k_hw: Enable WLAN RX diversity for AR9565
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 2 |
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 1ac2e5c0fcfb..2cc08a7912ab 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -2543,7 +2543,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) | |||
2543 | } | 2543 | } |
2544 | 2544 | ||
2545 | 2545 | ||
2546 | if (AR_SREV_9330(ah) || AR_SREV_9485(ah)) { | 2546 | if (AR_SREV_9330(ah) || AR_SREV_9485(ah) || AR_SREV_9565(ah)) { |
2547 | ant_div_ctl1 = ah->eep_ops->get_eeprom(ah, EEP_ANT_DIV_CTL1); | 2547 | ant_div_ctl1 = ah->eep_ops->get_eeprom(ah, EEP_ANT_DIV_CTL1); |
2548 | /* | 2548 | /* |
2549 | * enable the diversity-combining algorithm only when | 2549 | * enable the diversity-combining algorithm only when |