summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/spectral.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-11-06 10:53:18 +0300
committerJohn W. Linville <linville@tuxdriver.com>2014-11-12 00:31:12 +0300
commit911ea79f435302fabefa305d3649efd4e205672b (patch)
tree893847c59e1544900c831124d5cff9873d694a83 /drivers/net/wireless/ath/ath9k/spectral.h
parentd7d8b83473e6932cfe9f89e6d839f27abf35b319 (diff)
downloadlinux-911ea79f435302fabefa305d3649efd4e205672b.tar.xz
ath9k: add struct ath_spec_scan_priv
and move rfs_chan_spec_scan to this struct. We will need it for common spectral scan 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/spectral.h b/drivers/net/wireless/ath/ath9k/spectral.h
index 7b410c6858b0..533d8a1a8a9d 100644
--- a/drivers/net/wireless/ath/ath9k/spectral.h
+++ b/drivers/net/wireless/ath/ath9k/spectral.h
@@ -92,6 +92,9 @@ struct ath_ht20_40_fft_packet {
struct ath_radar_info radar_info;
} __packed;
+struct ath_spec_scan_priv {
+ struct rchan *rfs_chan_spec_scan;
+};
#define SPECTRAL_HT20_40_TOTAL_DATA_LEN (sizeof(struct ath_ht20_40_fft_packet))