diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-08-01 02:23:17 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-01 15:52:04 -0400 |
commit | 3fbaf4c55b2bf123085ab3adf5da97bc9a555060 (patch) | |
tree | 89d196900ea5d08d0bea475415fe208b14ae5a93 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 4eba10cc8086e3dde09f00e44b43ff4f8624d527 (diff) |
ath9k: Do a quick scan only when scan_not_start is true
Right now, it is being done for all cases.
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/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 76e38d3540c0..ed8f8efb6ecf 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -609,7 +609,7 @@ struct ath_ant_comb { | |||
609 | int rssi_third; | 609 | int rssi_third; |
610 | bool alt_good; | 610 | bool alt_good; |
611 | int quick_scan_cnt; | 611 | int quick_scan_cnt; |
612 | int main_conf; | 612 | enum ath9k_ant_div_comb_lna_conf main_conf; |
613 | enum ath9k_ant_div_comb_lna_conf first_quick_scan_conf; | 613 | enum ath9k_ant_div_comb_lna_conf first_quick_scan_conf; |
614 | enum ath9k_ant_div_comb_lna_conf second_quick_scan_conf; | 614 | enum ath9k_ant_div_comb_lna_conf second_quick_scan_conf; |
615 | bool first_ratio; | 615 | bool first_ratio; |