aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/spectral.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-11-06 02:53:21 -0500
committerJohn W. Linville <linville@tuxdriver.com>2014-11-11 16:31:13 -0500
commitc10b75af4344fe0e678d167cb401a94f565e978c (patch)
tree18f776f1bf13ac6eb7ee5fff131056b8c240e65f /drivers/net/wireless/ath/ath9k/spectral.h
parent21af25d00b8bdf03a899b316d41d31ac3eafaf78 (diff)
ath9k: use struct dentry by ath9k_spectral_init_debug
this will alow us to make ath_softc independent code. 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/spectral.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/spectral.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/spectral.h b/drivers/net/wireless/ath/ath9k/spectral.h
index dfe6f68cf5a3..22695892963f 100644
--- a/drivers/net/wireless/ath/ath9k/spectral.h
+++ b/drivers/net/wireless/ath/ath9k/spectral.h
@@ -129,7 +129,7 @@ static inline u8 spectral_bitmap_weight(u8 *bins)
129 return bins[0] & 0x3f; 129 return bins[0] & 0x3f;
130} 130}
131 131
132void ath9k_spectral_init_debug(struct ath_softc *sc); 132void ath9k_spectral_init_debug(struct ath_softc *sc, struct dentry *debugfs_phy);
133void ath9k_spectral_deinit_debug(struct ath_softc *sc); 133void ath9k_spectral_deinit_debug(struct ath_softc *sc);
134 134
135void ath9k_spectral_scan_trigger(struct ieee80211_hw *hw); 135void ath9k_spectral_scan_trigger(struct ieee80211_hw *hw);