diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-08-19 09:34:01 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-22 22:30:29 +0400 |
commit | e083a42ef616b6987c024cccfec72cec75a1f1f5 (patch) | |
tree | 91a7e21dfd5971b4affef23e32091763dc0b6009 /drivers/net/wireless/ath/ath9k/ar9003_phy.h | |
parent | fb5a2dcbbcf19f8ff7e5312b2340460bc03a4b89 (diff) | |
download | linux-e083a42ef616b6987c024cccfec72cec75a1f1f5.tar.xz |
ath9k: Add antenna diversity tweak for CUS198
This improves RX diversity and performance for AR9485.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_phy.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_phy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_phy.h b/drivers/net/wireless/ath/ath9k/ar9003_phy.h index 23c019d0d9aa..6fd752321e36 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_phy.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.h @@ -148,6 +148,8 @@ #define AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S 28 #define AR_PHY_EXT_CCA_THRESH62 0x007F0000 #define AR_PHY_EXT_CCA_THRESH62_S 16 +#define AR_PHY_EXTCHN_PWRTHR1_ANT_DIV_ALT_ANT_MINGAINIDX 0x0000FF00 +#define AR_PHY_EXTCHN_PWRTHR1_ANT_DIV_ALT_ANT_MINGAINIDX_S 8 #define AR_PHY_EXT_MINCCA_PWR 0x01FF0000 #define AR_PHY_EXT_MINCCA_PWR_S 16 #define AR_PHY_EXT_CYCPWR_THR1 0x0000FE00L |