diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-26 10:10:40 -0400 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 06:26:43 -0500 |
commit | 2d09b0624a1048f6424b2c7ff60ad3a42d8036ff (patch) | |
tree | 2c747dce8f64e4591eb082d9e7f426db7f5a6bca /drivers/net/wireless/iwlegacy/iwl-4965-hw.h | |
parent | 2eb058162ea8b72d5d8965520d05bcdc160010b3 (diff) |
iwlegacy: s/INDEX/IDX/
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-4965-hw.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-4965-hw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-4965-hw.h b/drivers/net/wireless/iwlegacy/iwl-4965-hw.h index 83748c7ae93f..2c1b000e2369 100644 --- a/drivers/net/wireless/iwlegacy/iwl-4965-hw.h +++ b/drivers/net/wireless/iwlegacy/iwl-4965-hw.h | |||
@@ -433,8 +433,8 @@ static inline int il4965_hw_valid_rtc_data_addr(u32 addr) | |||
433 | * present during factory calibration). A 5 Ghz EEPROM index of "40" | 433 | * present during factory calibration). A 5 Ghz EEPROM index of "40" |
434 | * corresponds to the 49th entry in the table used by the driver. | 434 | * corresponds to the 49th entry in the table used by the driver. |
435 | */ | 435 | */ |
436 | #define MIN_TX_GAIN_INDEX (0) /* highest gain, lowest idx, 2.4 */ | 436 | #define MIN_TX_GAIN_IDX (0) /* highest gain, lowest idx, 2.4 */ |
437 | #define MIN_TX_GAIN_INDEX_52GHZ_EXT (-9) /* highest gain, lowest idx, 5 */ | 437 | #define MIN_TX_GAIN_IDX_52GHZ_EXT (-9) /* highest gain, lowest idx, 5 */ |
438 | 438 | ||
439 | /** | 439 | /** |
440 | * 2.4 GHz gain table | 440 | * 2.4 GHz gain table |