diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-11-06 02:53:21 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-11-11 16:31:13 -0500 |
commit | c10b75af4344fe0e678d167cb401a94f565e978c (patch) | |
tree | 18f776f1bf13ac6eb7ee5fff131056b8c240e65f /drivers/net/wireless/ath/ath9k/spectral.h | |
parent | 21af25d00b8bdf03a899b316d41d31ac3eafaf78 (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.h | 2 |
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 | ||
132 | void ath9k_spectral_init_debug(struct ath_softc *sc); | 132 | void ath9k_spectral_init_debug(struct ath_softc *sc, struct dentry *debugfs_phy); |
133 | void ath9k_spectral_deinit_debug(struct ath_softc *sc); | 133 | void ath9k_spectral_deinit_debug(struct ath_softc *sc); |
134 | 134 | ||
135 | void ath9k_spectral_scan_trigger(struct ieee80211_hw *hw); | 135 | void ath9k_spectral_scan_trigger(struct ieee80211_hw *hw); |