linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] update for 2.6.38
@ 2010-12-14  0:09 Wey-Yi Guy
  2010-12-14  0:09 ` [PATCH 01/14] iwlagn: change led compensation for 6005 and 6030 devices Wey-Yi Guy
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: Wey-Yi Guy @ 2010-12-14  0:09 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

We implement layout-agnostic EEPROM read and remove
the old EEPROM read method.
We also adding EEPROM debug log to help debug EEPROM related issues
Few minor bug fix for new devices

Johannes Berg (4):
  iwlagn: fix debug variable access
  iwlagn: rename enhanced txpower fields
  iwlagn: implement layout-agnostic EEPROM reading
  iwlagn: remove old EEPROM TX power reading

Shanyu Zhao (2):
  iwlwifi: clear dbg_fixed_rate during init
  iwlagn: check ready in iwlagn_bss_info_changed()

Wey-Yi Guy (8):
  iwlagn: change led compensation for 6005 and 6030 devices
  iwlagn: rx antenna diversity
  iwlwifi: add new EEPROM debug log type
  iwlwifi: use IWL_DEBUG_EEPROM for EEPROM related info
  iwlagn: More detail tx power logging
  iwlwifi: do not reload fw if WiMAX own the RF
  iwlwifi: keep track of bt coex enable/disable stage
  iwlagn: code clean up to remove duplicate code

these patches are also available from wireless-next-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        |   69 +++---
 drivers/net/wireless/iwlwifi/iwl-5000.c        |   88 +++----
 drivers/net/wireless/iwlwifi/iwl-6000.c        |  326 +++++++----------------
 drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c |    3 +
 drivers/net/wireless/iwlwifi/iwl-agn-eeprom.c  |  332 ++++++-----------------
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c     |    7 +
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c      |    2 +
 drivers/net/wireless/iwlwifi/iwl-agn-rxon.c    |    9 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c      |    9 +-
 drivers/net/wireless/iwlwifi/iwl-core.c        |   17 ++
 drivers/net/wireless/iwlwifi/iwl-core.h        |    4 +
 drivers/net/wireless/iwlwifi/iwl-debug.h       |    2 +
 drivers/net/wireless/iwlwifi/iwl-debugfs.c     |    7 +
 drivers/net/wireless/iwlwifi/iwl-dev.h         |    1 +
 drivers/net/wireless/iwlwifi/iwl-eeprom.c      |   25 +-
 drivers/net/wireless/iwlwifi/iwl-eeprom.h      |   78 ++----
 drivers/net/wireless/iwlwifi/iwl-prph.h        |    2 +-
 17 files changed, 345 insertions(+), 636 deletions(-)


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

end of thread, other threads:[~2010-12-14 15:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14  0:09 [PATCH 00/14] update for 2.6.38 Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 01/14] iwlagn: change led compensation for 6005 and 6030 devices Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 02/14] iwlwifi: clear dbg_fixed_rate during init Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 03/14] iwlagn: check ready in iwlagn_bss_info_changed() Wey-Yi Guy
2010-12-14  7:16   ` Johannes Berg
2010-12-14 15:26     ` Guy, Wey-Yi
2010-12-14  0:09 ` [PATCH 04/14] iwlagn: fix debug variable access Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 05/14] iwlagn: rx antenna diversity Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 06/14] iwlagn: rename enhanced txpower fields Wey-Yi Guy
2010-12-14  7:17   ` Johannes Berg
2010-12-14 15:24     ` Guy, Wey-Yi
2010-12-14  0:09 ` [PATCH 07/14] iwlagn: implement layout-agnostic EEPROM reading Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 08/14] iwlagn: remove old EEPROM TX power reading Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 09/14] iwlwifi: add new EEPROM debug log type Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 10/14] iwlwifi: use IWL_DEBUG_EEPROM for EEPROM related info Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 11/14] iwlagn: More detail tx power logging Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 12/14] iwlwifi: do not reload fw if WiMAX own the RF Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 13/14] iwlwifi: keep track of bt coex enable/disable stage Wey-Yi Guy
2010-12-14  0:09 ` [PATCH 14/14] iwlagn: code clean up to remove duplicate code Wey-Yi Guy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).