diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-01-03 12:21:23 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-07 15:17:00 -0500 |
commit | 1a6e5d7c96c247ee0d9f446248679cac1bd65dd1 (patch) | |
tree | 280d0604cf86755d461edf22f77e880633d35ea4 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | b686929c544be6d2d30b82dfb7a61a7766885177 (diff) | |
download | talos-op-linux-1a6e5d7c96c247ee0d9f446248679cac1bd65dd1.tar.gz talos-op-linux-1a6e5d7c96c247ee0d9f446248679cac1bd65dd1.zip |
ath9k_hw: Remove TEMP_COMP_CAL
This is not enabled for any chip and is unused.
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/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index d2b5229474b6..38c5a8702fb2 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -768,7 +768,6 @@ struct ath_hw { struct ath9k_cal_list iq_caldata; struct ath9k_cal_list adcgain_caldata; struct ath9k_cal_list adcdc_caldata; - struct ath9k_cal_list tempCompCalData; struct ath9k_cal_list *cal_list; struct ath9k_cal_list *cal_list_last; struct ath9k_cal_list *cal_list_curr; |