ath9k_htc: add struct ath_spec_scan_priv to ath9k_htc_priv
authorOleksij Rempel <linux@rempel-privat.de>
Thu, 6 Nov 2014 07:53:34 +0000 (08:53 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Nov 2014 21:31:15 +0000 (16:31 -0500)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc.h

index 09a5d72f3ff5b4e9cf27b6c0305193e738c1aba5..1f019aa2d1f8226585a249b16ee5d153149915d0 100644 (file)
@@ -481,6 +481,7 @@ struct ath9k_htc_priv {
        unsigned long op_flags;
 
        struct ath9k_hw_cal_data caldata;
+       struct ath_spec_scan_priv spec_priv;
 
        spinlock_t beacon_lock;
        struct ath_beacon_config cur_beacon_conf;