aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2012-02-22 12:41:36 +0530
committerJohn W. Linville <linville@tuxdriver.com>2012-02-27 14:06:37 -0500
commitbf047fcdaca3481fd6ce7d54011d2a774b8b7900 (patch)
tree56b511b837e698fce5af494f63aec8251c690484 /drivers/net/wireless/ath/ath9k/htc.h
parentath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORT (diff)
downloadlinux-dev-bf047fcdaca3481fd6ce7d54011d2a774b8b7900.tar.xz
linux-dev-bf047fcdaca3481fd6ce7d54011d2a774b8b7900.zip
ath9k_htc: Start/stop btcoex 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/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index da5596766d82..71e877eb6ddf 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -400,6 +400,8 @@ struct ath_btcoex {
u32 btscan_no_stomp;
};
+void ath9k_htc_start_btcoex(struct ath9k_htc_priv *priv);
+void ath9k_htc_stop_btcoex(struct ath9k_htc_priv *priv);
void ath_htc_init_btcoex_work(struct ath9k_htc_priv *priv);
void ath_htc_resume_btcoex_work(struct ath9k_htc_priv *priv);
void ath_htc_cancel_btcoex_work(struct ath9k_htc_priv *priv);