diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2009-09-09 15:25:50 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-09 11:25:26 -0400 |
commit | fe12946e66575677879941a14f75b70ca2d2962a (patch) | |
tree | 19934be9ee0097aaad6950ea3e588092cc2a94b4 /drivers/net/wireless/ath/ath9k/hw.c | |
parent | aeac355d23fb13a2082a8740ae7cf9408a71ec2c (diff) | |
download | kernel_samsung_aries-fe12946e66575677879941a14f75b70ca2d2962a.zip kernel_samsung_aries-fe12946e66575677879941a14f75b70ca2d2962a.tar.gz kernel_samsung_aries-fe12946e66575677879941a14f75b70ca2d2962a.tar.bz2 |
ath9k: Enable btcoex based on the subsystem id of the device
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 97a09db..8d77817 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -3690,7 +3690,8 @@ void ath9k_hw_fill_cap_info(struct ath_hw *ah) pCap->num_antcfg_2ghz = ah->eep_ops->get_num_ant_config(ah, ATH9K_HAL_FREQ_BAND_2GHZ); - if (AR_SREV_9280_10_OR_LATER(ah) && btcoex_enable) { + if (AR_SREV_9280_10_OR_LATER(ah) && + ath_btcoex_supported(ah->hw_version.subsysid)) { btcoex_info->btactive_gpio = ATH_BTACTIVE_GPIO; btcoex_info->wlanactive_gpio = ATH_WLANACTIVE_GPIO; |