summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2013-01-03 07:51:23 +0100
committerJohn W. Linville <linville@tuxdriver.com>2013-01-07 21:17:00 +0100
commit1a6e5d7c96c247ee0d9f446248679cac1bd65dd1 (patch)
tree280d0604cf86755d461edf22f77e880633d35ea4 /drivers/net/wireless/ath/ath9k/hw.h
parentath9k_hw: Enable calibration types in init_cal_settings (diff)
downloadlinux-1a6e5d7c96c247ee0d9f446248679cac1bd65dd1.tar.xz
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 '')
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.h1
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;