aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 7c3d2de93652..36e0cab21bb0 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -1902,11 +1902,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah)
1902 AR_SREV_5416(ah)) 1902 AR_SREV_5416(ah))
1903 pCap->reg_cap |= AR_EEPROM_EEREGCAP_EN_FCC_MIDBAND; 1903 pCap->reg_cap |= AR_EEPROM_EEREGCAP_EN_FCC_MIDBAND;
1904 1904
1905 pCap->num_antcfg_5ghz =
1906 ah->eep_ops->get_num_ant_config(ah, ATH9K_HAL_FREQ_BAND_5GHZ);
1907 pCap->num_antcfg_2ghz =
1908 ah->eep_ops->get_num_ant_config(ah, ATH9K_HAL_FREQ_BAND_2GHZ);
1909
1910 if (AR_SREV_9280_20_OR_LATER(ah) && common->btcoex_enabled) { 1905 if (AR_SREV_9280_20_OR_LATER(ah) && common->btcoex_enabled) {
1911 btcoex_hw->btactive_gpio = ATH_BTACTIVE_GPIO; 1906 btcoex_hw->btactive_gpio = ATH_BTACTIVE_GPIO;
1912 btcoex_hw->wlanactive_gpio = ATH_WLANACTIVE_GPIO; 1907 btcoex_hw->wlanactive_gpio = ATH_WLANACTIVE_GPIO;