diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-02-22 07:25:47 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-27 14:06:37 -0500 |
commit | dbccdd1d320e8454e25750ba6adec3b0d0688fe8 (patch) | |
tree | fd56cee9ab701f4b7858baebedddc294c442191d /drivers/net/wireless/ath/ath9k/btcoex.h | |
parent | a3f846f12ce75c62bde4b6a1332416520c4fc00a (diff) |
ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT
Make use of CONFIG_ATH9K_BTCOEX_SUPPORT in ath9k_hw
to provide a clean way of compilation without BTCOEX
support.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.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 10627b46ec34..8f93aef4414f 100644 --- a/drivers/net/wireless/ath/ath9k/btcoex.h +++ b/drivers/net/wireless/ath/ath9k/btcoex.h | |||
@@ -105,7 +105,6 @@ void ath9k_hw_init_btcoex_hw(struct ath_hw *ah, int qnum); | |||
105 | void ath9k_hw_btcoex_set_weight(struct ath_hw *ah, | 105 | void ath9k_hw_btcoex_set_weight(struct ath_hw *ah, |
106 | u32 bt_weight, | 106 | u32 bt_weight, |
107 | u32 wlan_weight); | 107 | u32 wlan_weight); |
108 | void ath9k_hw_btcoex_enable(struct ath_hw *ah); | ||
109 | void ath9k_hw_btcoex_disable(struct ath_hw *ah); | 108 | void ath9k_hw_btcoex_disable(struct ath_hw *ah); |
110 | void ath9k_hw_btcoex_bt_stomp(struct ath_hw *ah, | 109 | void ath9k_hw_btcoex_bt_stomp(struct ath_hw *ah, |
111 | enum ath_stomp_type stomp_type); | 110 | enum ath_stomp_type stomp_type); |