summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-11-06 07:53:38 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2014-11-11 21:31:15 (GMT)
commit3f2aa13f6d16a53a4cf5de369c685c6f75fe4d58 (patch)
tree305afbb8fe8a3e51cae6d71acaffe4ad5ceff660 /drivers/net/wireless/ath/ath9k/htc.h
parent83fb287ecd8ae60ed79c647a5df8beacdf4f4807 (diff)
downloadlinux-3f2aa13f6d16a53a4cf5de369c685c6f75fe4d58.tar.xz
ath9k_htc: add spectral scan debug interface
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> 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 1f019aa..b34acde 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -626,8 +626,10 @@ int ath9k_htc_resume(struct htc_target *htc_handle);
#endif
#ifdef CONFIG_ATH9K_HTC_DEBUGFS
int ath9k_htc_init_debug(struct ath_hw *ah);
+void ath9k_htc_deinit_debug(struct ath9k_htc_priv *priv);
#else
static inline int ath9k_htc_init_debug(struct ath_hw *ah) { return 0; };
+static inline void ath9k_htc_deinit_debug(struct ath9k_htc_priv *priv) { return 0; };
#endif /* CONFIG_ATH9K_HTC_DEBUGFS */
#endif /* HTC_H */