aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2012-02-22 02:10:21 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-02-27 14:06:33 -0500
commit5908120fdc2aac0cb1be4059b40ec256d55934bc (patch)
tree6f1aa131a7884233f1689c4efe39aeae2d6a01d5 /drivers/net/wireless/ath/ath9k/ath9k.h
parentd3c83ac12338509f37e95bffb19097a361a089a2 (diff)
ath9k: Move BTCOEX init/deinit functions to gpio.c
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 171ccf7c972f..aa609832e06f 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -454,6 +454,8 @@ struct ath_btcoex {
454 struct ath_mci_profile mci; 454 struct ath_mci_profile mci;
455}; 455};
456 456
457int ath9k_init_btcoex(struct ath_softc *sc);
458void ath9k_deinit_btcoex(struct ath_softc *sc);
457int ath_init_btcoex_timer(struct ath_softc *sc); 459int ath_init_btcoex_timer(struct ath_softc *sc);
458void ath9k_btcoex_timer_resume(struct ath_softc *sc); 460void ath9k_btcoex_timer_resume(struct ath_softc *sc);
459void ath9k_btcoex_timer_pause(struct ath_softc *sc); 461void ath9k_btcoex_timer_pause(struct ath_softc *sc);