aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/btcoex.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/btcoex.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/btcoex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/btcoex.h b/drivers/net/wireless/ath/ath9k/btcoex.h
index aea6d3fbb5b4..296ddd8ce813 100644
--- a/drivers/net/wireless/ath/ath9k/btcoex.h
+++ b/drivers/net/wireless/ath/ath9k/btcoex.h
@@ -55,7 +55,7 @@ struct ath_btcoex_config {
55 bool bt_hold_rx_clear; 55 bool bt_hold_rx_clear;
56}; 56};
57 57
58struct ath_btcoex_info { 58struct ath_btcoex_hw {
59 enum ath_btcoex_scheme scheme; 59 enum ath_btcoex_scheme scheme;
60 bool enabled; 60 bool enabled;
61 u8 wlanactive_gpio; 61 u8 wlanactive_gpio;
@@ -69,7 +69,7 @@ struct ath_btcoex_info {
69bool ath_btcoex_supported(u16 subsysid); 69bool ath_btcoex_supported(u16 subsysid);
70void ath9k_hw_btcoex_init_2wire(struct ath_hw *ah); 70void ath9k_hw_btcoex_init_2wire(struct ath_hw *ah);
71void ath9k_hw_btcoex_init_3wire(struct ath_hw *ah); 71void ath9k_hw_btcoex_init_3wire(struct ath_hw *ah);
72void ath9k_hw_init_btcoex_hw_info(struct ath_hw *ah, int qnum); 72void ath9k_hw_init_btcoex_hw(struct ath_hw *ah, int qnum);
73void ath9k_hw_btcoex_enable(struct ath_hw *ah); 73void ath9k_hw_btcoex_enable(struct ath_hw *ah);
74void ath9k_hw_btcoex_disable(struct ath_hw *ah); 74void ath9k_hw_btcoex_disable(struct ath_hw *ah);
75 75