diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-04-13 12:26:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:46 -0400 |
commit | cbfe946860ffc718c5d99a6b740e33ac95fe8b8d (patch) | |
tree | f82a08200ca9abb8c209fc5e9a8732d38403700c /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 379f04407c92d84f2506385b66fb9fc89ecd96c3 (diff) |
ath9k: Use a consistent naming convention
This patch replaces old 'hal_' prefixes with 'ath9k_'.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 |