summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/calib.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-09-30 23:46:13 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2010-10-05 17:35:23 (GMT)
commit9094a086f24bfb1d1f244883020c4d9453ffc0b6 (patch)
tree531348d4573d737488e72026b41b35e1ae964295 /drivers/net/wireless/ath/ath9k/calib.h
parentf209f5298217cf54cd5a9163e18b08d093faf8d9 (diff)
downloadlinux-fsl-qoriq-9094a086f24bfb1d1f244883020c4d9453ffc0b6.tar.xz
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/calib.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/calib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/calib.h b/drivers/net/wireless/ath/ath9k/calib.h
index 5b053a6..1fa56c9 100644
--- a/drivers/net/wireless/ath/ath9k/calib.h
+++ b/drivers/net/wireless/ath/ath9k/calib.h
@@ -59,7 +59,6 @@ struct ar5416IniArray {
} while (0)
enum ath9k_cal_types {
- ADC_DC_INIT_CAL = 0x1,
ADC_GAIN_CAL = 0x2,
ADC_DC_CAL = 0x4,
IQ_MISMATCH_CAL = 0x8,