diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/btcoex.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/btcoex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.h b/drivers/net/wireless/ath/ath9k/btcoex.h index 0dc51202d451..1ba31a73317c 100644 --- a/drivers/net/wireless/ath/ath9k/btcoex.h +++ b/drivers/net/wireless/ath/ath9k/btcoex.h | |||
@@ -47,7 +47,7 @@ struct ath_btcoex_hw { | |||
47 | u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ | 47 | u32 bt_coex_mode2; /* Register setting for AR_BT_COEX_MODE2 */ |
48 | }; | 48 | }; |
49 | 49 | ||
50 | bool ath_btcoex_supported(u16 subsysid); | 50 | bool ath9k_hw_btcoex_supported(struct ath_hw *ah); |
51 | void ath9k_hw_btcoex_init_2wire(struct ath_hw *ah); | 51 | void ath9k_hw_btcoex_init_2wire(struct ath_hw *ah); |
52 | void ath9k_hw_btcoex_init_3wire(struct ath_hw *ah); | 52 | void ath9k_hw_btcoex_init_3wire(struct ath_hw *ah); |
53 | void ath9k_hw_init_btcoex_hw(struct ath_hw *ah, int qnum); | 53 | void ath9k_hw_init_btcoex_hw(struct ath_hw *ah, int qnum); |