diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/spectral.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/spectral.h | 4 |
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) | |||
133 | void ath9k_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy); | 133 | void ath9k_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy); |
134 | void ath9k_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv); | 134 | void ath9k_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv); |
135 | 135 | ||
136 | void ath9k_spectral_scan_trigger(struct ath_common *common); | 136 | void ath9k_spectral_scan_trigger(struct ath_common *common, |
137 | struct ath_spec_scan_priv *spec_priv); | ||
137 | int ath9k_spectral_scan_config(struct ath_common *common, | 138 | int 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 |