diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 7e37570608bc..ab3412672e36 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h | |||
@@ -436,14 +436,14 @@ struct ath_hw { | |||
436 | enum ath9k_ant_setting diversity_control; | 436 | enum ath9k_ant_setting diversity_control; |
437 | 437 | ||
438 | /* Calibration */ | 438 | /* Calibration */ |
439 | enum hal_cal_types supp_cals; | 439 | enum ath9k_cal_types supp_cals; |
440 | struct hal_cal_list iq_caldata; | 440 | struct ath9k_cal_list iq_caldata; |
441 | struct hal_cal_list adcgain_caldata; | 441 | struct ath9k_cal_list adcgain_caldata; |
442 | struct hal_cal_list adcdc_calinitdata; | 442 | struct ath9k_cal_list adcdc_calinitdata; |
443 | struct hal_cal_list adcdc_caldata; | 443 | struct ath9k_cal_list adcdc_caldata; |
444 | struct hal_cal_list *cal_list; | 444 | struct ath9k_cal_list *cal_list; |
445 | struct hal_cal_list *cal_list_last; | 445 | struct ath9k_cal_list *cal_list_last; |
446 | struct hal_cal_list *cal_list_curr; | 446 | struct ath9k_cal_list *cal_list_curr; |
447 | #define totalPowerMeasI meas0.unsign | 447 | #define totalPowerMeasI meas0.unsign |
448 | #define totalPowerMeasQ meas1.unsign | 448 | #define totalPowerMeasQ meas1.unsign |
449 | #define totalIqCorrMeas meas2.sign | 449 | #define totalIqCorrMeas meas2.sign |