diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 3 |
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 ce9e59f4cd3d..883f6cc7b82c 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 | ||