aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/spectral.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/spectral.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/spectral.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/spectral.h b/drivers/net/wireless/ath/ath9k/spectral.h
index 53660e60dd25..77582cf743ac 100644
--- a/drivers/net/wireless/ath/ath9k/spectral.h
+++ b/drivers/net/wireless/ath/ath9k/spectral.h
@@ -133,8 +133,10 @@ static inline u8 spectral_bitmap_weight(u8 *bins)
133void ath9k_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy); 133void ath9k_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy);
134void ath9k_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv); 134void ath9k_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv);
135 135
136void ath9k_spectral_scan_trigger(struct ath_common *common); 136void ath9k_spectral_scan_trigger(struct ath_common *common,
137 struct ath_spec_scan_priv *spec_priv);
137int ath9k_spectral_scan_config(struct ath_common *common, 138int ath9k_spectral_scan_config(struct ath_common *common,
139 struct ath_spec_scan_priv *spec_priv,
138 enum spectral_mode spectral_mode); 140 enum spectral_mode spectral_mode);
139 141
140#ifdef CONFIG_ATH9K_DEBUGFS 142#ifdef CONFIG_ATH9K_DEBUGFS