diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-01-04 02:47:28 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-01-19 11:36:06 -0500 |
commit | 04cf53f465049c7c509aac7b776f75d38ef68e69 (patch) | |
tree | ab748e229f7bd35f131a1f4091f1f422168a9fed /drivers/net/wireless/ath/ath9k/eeprom.h | |
parent | 09a525d33870e8a16076ec0200cc5002f6bef35d (diff) |
ath9k_hw: Offload USB eeprom reading to target
For USB devices, reading the EEPROM data can be offloaded
to the target. Use multiple register reads to take advantage
of this feature to reduce initialization time.
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/eeprom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/eeprom.h b/drivers/net/wireless/ath/ath9k/eeprom.h index 58e2ddc927a9..bd82447f5b78 100644 --- a/drivers/net/wireless/ath/ath9k/eeprom.h +++ b/drivers/net/wireless/ath/ath9k/eeprom.h | |||
@@ -665,6 +665,8 @@ int16_t ath9k_hw_interpolate(u16 target, u16 srcLeft, u16 srcRight, | |||
665 | bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, | 665 | bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, |
666 | u16 *indexL, u16 *indexR); | 666 | u16 *indexL, u16 *indexR); |
667 | bool ath9k_hw_nvram_read(struct ath_common *common, u32 off, u16 *data); | 667 | bool ath9k_hw_nvram_read(struct ath_common *common, u32 off, u16 *data); |
668 | void ath9k_hw_usb_gen_fill_eeprom(struct ath_hw *ah, u16 *eep_data, | ||
669 | int eep_start_loc, int size); | ||
668 | void ath9k_hw_fill_vpd_table(u8 pwrMin, u8 pwrMax, u8 *pPwrList, | 670 | void ath9k_hw_fill_vpd_table(u8 pwrMin, u8 pwrMax, u8 *pPwrList, |
669 | u8 *pVpdList, u16 numIntercepts, | 671 | u8 *pVpdList, u16 numIntercepts, |
670 | u8 *pRetVpdList); | 672 | u8 *pRetVpdList); |