The original method used to parsing EEPROM Tx Power Table was hardcode and not forward compatible with newer devices. Fix it here to be layout agnostic John, we split EEPROM reading patches to two stage, for .37 release, the existing devices will not change, only the newer devices will use the new EEPROM reading method; we will remove the old EEPROM reading method all together in separated patch for .38 release. Please let me know if this is ok Johannes Berg (1): iwlagn: rename enhanced txpower fields Wey-Yi Guy (1): iwlagn: implement layout-agnostic EEPROM reading these patches are also available from wireless-2.6 branch on git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git drivers/net/wireless/iwlwifi/iwl-1000.c | 2 + drivers/net/wireless/iwlwifi/iwl-6000.c | 12 ++++ drivers/net/wireless/iwlwifi/iwl-agn-eeprom.c | 88 ++++++++++++++++++++++++- drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 6 ++ drivers/net/wireless/iwlwifi/iwl-core.h | 1 + drivers/net/wireless/iwlwifi/iwl-eeprom.h | 25 ++++++- 6 files changed, 128 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html