diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-06-10 12:19:38 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-12 23:06:54 +0400 |
commit | 30d5b709da23f4ab9836c7f66d2d2e780a69cf12 (patch) | |
tree | 0d8ddd5967ca8f690cebece9562573f2f258e593 /drivers/net/wireless/ath/ath9k/ar9003_phy.h | |
parent | 6b692f3b66e4a70dff73b3cdc60f7e6d6823300a (diff) | |
download | linux-30d5b709da23f4ab9836c7f66d2d2e780a69cf12.tar.xz |
ath9k_hw: Assign default xlna config for AR9485
For AR9485 boards with XLNA, the default gpio config
is not set correctly, fix this.
Cc: stable@vger.kernel.org
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 e71774196c01..5013c731f9f6 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_phy.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.h @@ -351,6 +351,8 @@ #define AR_PHY_CCA_NOM_VAL_9330_2GHZ -118 +#define AR9300_EXT_LNA_CTL_GPIO_AR9485 9 + /* * AGC Field Definitions */ |