diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-12-18 09:53:18 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-18 15:23:37 -0500 |
commit | f65c0825512b7b8ed6cc6e43bb46ca2c758d9ae4 (patch) | |
tree | 191e71555134308420c306b2b338212ef58dd6c2 /drivers/net/wireless/ath/ath9k/debug.h | |
parent | f726ee65ae61e04762f722372095c99d10ed96a9 (diff) | |
download | blackbird-obmc-linux-f65c0825512b7b8ed6cc6e43bb46ca2c758d9ae4.tar.gz blackbird-obmc-linux-f65c0825512b7b8ed6cc6e43bb46ca2c758d9ae4.zip |
ath9k: Cleanup spectral scan code
* Move definitions to spectral.h
* Move processing/debug code to spectral.c
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index d6e3fa4299a4..4f596ddeb15d 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h @@ -292,8 +292,6 @@ void ath9k_sta_add_debugfs(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct dentry *dir); -void ath_debug_send_fft_sample(struct ath_softc *sc, - struct fft_sample_tlv *fft_sample); void ath9k_debug_stat_ant(struct ath_softc *sc, struct ath_hw_antcomb_conf *div_ant_conf, int main_rssi_avg, int alt_rssi_avg); |