aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r--drivers/net/wireless/ath/ath5k/ath5k.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h
index a3019ee4f2f..d84ccde1117 100644
--- a/drivers/net/wireless/ath/ath5k/ath5k.h
+++ b/drivers/net/wireless/ath/ath5k/ath5k.h
@@ -890,10 +890,10 @@ enum ath5k_int {
890 AR5K_INT_NOCARD = 0xffffffff 890 AR5K_INT_NOCARD = 0xffffffff
891}; 891};
892 892
893/* Software interrupts used for calibration */ 893/* mask which calibration is active at the moment */
894enum ath5k_software_interrupt { 894enum ath5k_calibration_mask {
895 AR5K_SWI_FULL_CALIBRATION = 0x01, 895 AR5K_CALIBRATION_FULL = 0x01,
896 AR5K_SWI_SHORT_CALIBRATION = 0x02, 896 AR5K_CALIBRATION_SHORT = 0x02,
897}; 897};
898 898
899/* 899/*
@@ -1102,8 +1102,8 @@ struct ath5k_hw {
1102 /* Calibration timestamp */ 1102 /* Calibration timestamp */
1103 unsigned long ah_cal_tstamp; 1103 unsigned long ah_cal_tstamp;
1104 1104
1105 /* Software interrupt mask */ 1105 /* Calibration mask */
1106 u8 ah_swi_mask; 1106 u8 ah_cal_mask;
1107 1107
1108 /* 1108 /*
1109 * Function pointers 1109 * Function pointers