diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-02-22 02:10:32 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-27 14:06:34 -0500 |
commit | 56ca0dba9d5fbc2948ed0c3a4fffc51cd875abb9 (patch) | |
tree | 7b2f6667a614a81da1e1f8a7eea2fb608cf2ea54 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | df198b172f7a14ecf7aefaadb3761c273600333e (diff) |
ath9k: Process BTCOEX interrupts using a helper
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/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 2ede8977406d..acf537288946 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -460,6 +460,7 @@ void ath9k_start_btcoex(struct ath_softc *sc); | |||
460 | void ath9k_stop_btcoex(struct ath_softc *sc); | 460 | void ath9k_stop_btcoex(struct ath_softc *sc); |
461 | void ath9k_btcoex_timer_resume(struct ath_softc *sc); | 461 | void ath9k_btcoex_timer_resume(struct ath_softc *sc); |
462 | void ath9k_btcoex_timer_pause(struct ath_softc *sc); | 462 | void ath9k_btcoex_timer_pause(struct ath_softc *sc); |
463 | void ath9k_btcoex_handle_interrupt(struct ath_softc *sc, u32 status); | ||
463 | 464 | ||
464 | /********************/ | 465 | /********************/ |
465 | /* LED Control */ | 466 | /* LED Control */ |