diff options
author | Sujith Manoharan <c_manoha@qualcomm.com> | 2012-09-15 22:35:54 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-24 14:59:10 -0400 |
commit | 9b460d77e715b5b774ff927a1925b80b483283b1 (patch) | |
tree | 5653eee3397c5242b1bbbacecf0ac8b8a90ad862 | |
parent | d85ed4196ebb065906eacfdc4b1cec824a3799dd (diff) |
ath9k: Remove a couple of unused variables
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index fd24535677a6..8e27f4fb21fe 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -600,8 +600,6 @@ struct ath_ant_comb { | |||
600 | int main_conf; | 600 | int main_conf; |
601 | enum ath9k_ant_div_comb_lna_conf first_quick_scan_conf; | 601 | enum ath9k_ant_div_comb_lna_conf first_quick_scan_conf; |
602 | enum ath9k_ant_div_comb_lna_conf second_quick_scan_conf; | 602 | enum ath9k_ant_div_comb_lna_conf second_quick_scan_conf; |
603 | int first_bias; | ||
604 | int second_bias; | ||
605 | bool first_ratio; | 603 | bool first_ratio; |
606 | bool second_ratio; | 604 | bool second_ratio; |
607 | unsigned long scan_start_time; | 605 | unsigned long scan_start_time; |