Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/2] iwlwifi fix for 2.6.37
@ 2010-12-09 18:19 Wey-Yi Guy
  2010-12-09 18:19 ` [PATCH 1/2] iwlagn: rename enhanced txpower fields Wey-Yi Guy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wey-Yi Guy @ 2010-12-09 18:19 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

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(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-10 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 18:19 [PATCH 0/2] iwlwifi fix for 2.6.37 Wey-Yi Guy
2010-12-09 18:19 ` [PATCH 1/2] iwlagn: rename enhanced txpower fields Wey-Yi Guy
2010-12-09 18:19 ` [PATCH 2/2] iwlagn: implement layout-agnostic EEPROM reading Wey-Yi Guy
2010-12-10 20:17 ` [PATCH 0/2] iwlwifi fix for 2.6.37 John W. Linville
2010-12-10 20:29   ` Guy, Wey-Yi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox