aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_calib.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-01 01:46:13 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-10-05 13:35:23 -0400
commit9094a086f24bfb1d1f244883020c4d9453ffc0b6 (patch)
tree531348d4573d737488e72026b41b35e1ae964295 /drivers/net/wireless/ath/ath9k/ar9003_calib.c
parentf209f5298217cf54cd5a9163e18b08d093faf8d9 (diff)
downloadkernel_samsung_smdk4412-9094a086f24bfb1d1f244883020c4d9453ffc0b6.zip
kernel_samsung_smdk4412-9094a086f24bfb1d1f244883020c4d9453ffc0b6.tar.gz
kernel_samsung_smdk4412-9094a086f24bfb1d1f244883020c4d9453ffc0b6.tar.bz2
ath9k_hw: remove some useless calibration data
The percal struct and bitmask for the initial DC calibration are not used anywhere, so they can be removed. Signed-off-by: Felix Fietkau <nbd@openwrt.org Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_calib.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_calib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_calib.c b/drivers/net/wireless/ath/ath9k/ar9003_calib.c
index 4674ea8..b41f5cd 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_calib.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_calib.c
@@ -50,7 +50,6 @@ static void ar9003_hw_setup_calibration(struct ath_hw *ah,
ath_print(common, ATH_DBG_CALIBRATE,
"starting Temperature Compensation Calibration\n");
break;
- case ADC_DC_INIT_CAL:
case ADC_GAIN_CAL:
case ADC_DC_CAL:
/* Not yet */