diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index b89234571829..f2b3a601d6a9 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -27,6 +27,7 @@ | |||
27 | #include "calib.h" | 27 | #include "calib.h" |
28 | #include "reg.h" | 28 | #include "reg.h" |
29 | #include "phy.h" | 29 | #include "phy.h" |
30 | #include "btcoex.h" | ||
30 | 31 | ||
31 | #include "../regd.h" | 32 | #include "../regd.h" |
32 | 33 | ||
@@ -553,6 +554,9 @@ struct ath_hw { | |||
553 | int firpwr[5]; | 554 | int firpwr[5]; |
554 | enum ath9k_ani_cmd ani_function; | 555 | enum ath9k_ani_cmd ani_function; |
555 | 556 | ||
557 | /* Bluetooth coexistance */ | ||
558 | struct ath_btcoex_info btcoex_info; | ||
559 | |||
556 | u32 intr_txqs; | 560 | u32 intr_txqs; |
557 | enum ath9k_ht_extprotspacing extprotspacing; | 561 | enum ath9k_ht_extprotspacing extprotspacing; |
558 | u8 txchainmask; | 562 | u8 txchainmask; |
@@ -675,4 +679,7 @@ u32 ath9k_hw_gettsf32(struct ath_hw *ah); | |||
675 | #define ATH_PCIE_CAP_LINK_L1 2 | 679 | #define ATH_PCIE_CAP_LINK_L1 2 |
676 | 680 | ||
677 | void ath_pcie_aspm_disable(struct ath_softc *sc); | 681 | void ath_pcie_aspm_disable(struct ath_softc *sc); |
682 | |||
683 | void ath_btcoex_timer_resume(struct ath_softc *sc); | ||
684 | void ath_btcoex_timer_pause(struct ath_softc *sc); | ||
678 | #endif | 685 | #endif |