aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2010-11-26 09:10:06 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-11-29 15:24:36 -0500
commit8f5dcb1cfb71ce832f53a4723deba72e6695078b (patch)
treec21a9589b17fa580ccad768f57b042b2803a5298 /drivers/net/wireless/ath/ath9k/hw.c
parentf30221e4ec62d905b56d5e8f7ccab6b406a97cf5 (diff)
ath9k: Reintroduce modparam to enable btcoex
It is not ideal to enable btcoex based on subsys id as it is not unique, they are so random. It is also a pain keeping all of them in a table to enable btcoex for a particular hw. Going back to the old idea. Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index ce9e59f4cd3..883f6cc7b82 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -1925,8 +1925,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah)
1925 pCap->num_antcfg_2ghz = 1925 pCap->num_antcfg_2ghz =
1926 ah->eep_ops->get_num_ant_config(ah, ATH9K_HAL_FREQ_BAND_2GHZ); 1926 ah->eep_ops->get_num_ant_config(ah, ATH9K_HAL_FREQ_BAND_2GHZ);
1927 1927
1928 if (AR_SREV_9280_20_OR_LATER(ah) && 1928 if (AR_SREV_9280_20_OR_LATER(ah) && common->btcoex_enabled) {
1929 ath9k_hw_btcoex_supported(ah)) {
1930 btcoex_hw->btactive_gpio = ATH_BTACTIVE_GPIO; 1929 btcoex_hw->btactive_gpio = ATH_BTACTIVE_GPIO;
1931 btcoex_hw->wlanactive_gpio = ATH_WLANACTIVE_GPIO; 1930 btcoex_hw->wlanactive_gpio = ATH_WLANACTIVE_GPIO;
1932 1931