diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-11-26 15:10:07 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-29 21:24:36 +0100 |
commit | 8c5e9c830a04ece8f0c35db2c1e0f6d87bd64894 (patch) | |
tree | 3f9224e713eaa67e188c7356c9b19fca626182ef /drivers/net/wireless/ath/ath9k/btcoex.h | |
parent | ath9k: Reintroduce modparam to enable btcoex (diff) | |
download | linux-8c5e9c830a04ece8f0c35db2c1e0f6d87bd64894.tar.xz linux-8c5e9c830a04ece8f0c35db2c1e0f6d87bd64894.zip |
ath9k: Remove code which enables btcoex based on subsys id
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/btcoex.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/btcoex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.h b/drivers/net/wireless/ath/ath9k/btcoex.h index 1ee5a15ccbb1..588dfd464dd1 100644 --- a/drivers/net/wireless/ath/ath9k/btcoex.h +++ b/drivers/net/wireless/ath/ath9k/btcoex.h @@ -49,7 +49,6 @@ struct ath_btcoex_hw { u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ }; -bool ath9k_hw_btcoex_supported(struct ath_hw *ah); void ath9k_hw_btcoex_init_2wire(struct ath_hw *ah); void ath9k_hw_btcoex_init_3wire(struct ath_hw *ah); void ath9k_hw_init_btcoex_hw(struct ath_hw *ah, int qnum); |