Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 00/18]  update for 3.1
@ 2011-06-11 14:25 Wey-Yi Guy
  2011-06-11 14:25 ` [PATCH 01/18] iwlagn: usersapce application decide the size of trace buffer Wey-Yi Guy
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Wey-Yi Guy @ 2011-06-11 14:25 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

Here is another batch of cleanup works for iwlagn driver
We also add testmode dumpit support in iwlagn

Johannes Berg (1):
  iwlagn: don't check ucode subtype

Wey-Yi Guy (17):
  iwlagn: usersapce application decide the size of trace buffer
  iwlagn: add dumpit support for testmode trace function
  iwlagn: move bt_coex_active as part of iwlagn_mod_params
  iwlagn: move led_mode as part of iwlagn_mod_params
  iwlagn: move no_sleep_autoadjust as part of iwlagn_mod_params
  iwlagn: Band capabilities in EEPROM
  iwlagn: use sku capabilities information from EEPROM
  iwlagn: add coex debug flag
  iwlagn: add debug message for coex related activities
  iwlagn: use IWL_DEBUG_TEMP for temperature related debug
  iwlagn: use IWL_DEBUG_FW for firmware related debug msg
  iwlagn: remove unused debug flag
  iwlagn: generic temperature location in EEPROM
  iwlagn: group similar defines together
  iwlagn: merge duplicated code into single place
  iwlagn: Sanity check for 11n capability
  iwlagn: Sanity check for valid context

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-5000-hw.h    |    2 +-
 drivers/net/wireless/iwlwifi/iwl-agn-eeprom.c |   14 +--
 drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c   |   12 +--
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c    |   40 ++++----
 drivers/net/wireless/iwlwifi/iwl-agn-tt.c     |   38 ++++----
 drivers/net/wireless/iwlwifi/iwl-agn-ucode.c  |   45 +++------
 drivers/net/wireless/iwlwifi/iwl-agn.c        |  112 ++++++++++++++-------
 drivers/net/wireless/iwlwifi/iwl-agn.h        |   20 ++++-
 drivers/net/wireless/iwlwifi/iwl-commands.h   |   12 --
 drivers/net/wireless/iwlwifi/iwl-core.c       |   31 +-----
 drivers/net/wireless/iwlwifi/iwl-core.h       |   10 +-
 drivers/net/wireless/iwlwifi/iwl-debug.h      |   10 +-
 drivers/net/wireless/iwlwifi/iwl-debugfs.c    |    2 +-
 drivers/net/wireless/iwlwifi/iwl-dev.h        |   12 ++-
 drivers/net/wireless/iwlwifi/iwl-eeprom.h     |   22 ++--
 drivers/net/wireless/iwlwifi/iwl-led.c        |    9 +--
 drivers/net/wireless/iwlwifi/iwl-power.c      |   13 +--
 drivers/net/wireless/iwlwifi/iwl-sv-open.c    |  135 +++++++++++++++++++------
 drivers/net/wireless/iwlwifi/iwl-testmode.h   |    9 +-
 19 files changed, 313 insertions(+), 235 deletions(-)


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

end of thread, other threads:[~2011-06-19 16:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11 14:25 [PATCH 00/18] update for 3.1 Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 01/18] iwlagn: usersapce application decide the size of trace buffer Wey-Yi Guy
2011-06-19  8:07   ` Johannes Berg
2011-06-19 16:05     ` wwguy
2011-06-11 14:25 ` [PATCH 02/18] iwlagn: add dumpit support for testmode trace function Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 03/18] iwlagn: move bt_coex_active as part of iwlagn_mod_params Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 04/18] iwlagn: move led_mode " Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 05/18] iwlagn: move no_sleep_autoadjust " Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 06/18] iwlagn: don't check ucode subtype Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 07/18] iwlagn: Band capabilities in EEPROM Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 08/18] iwlagn: use sku capabilities information from EEPROM Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 09/18] iwlagn: add coex debug flag Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 10/18] iwlagn: add debug message for coex related activities Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 11/18] iwlagn: use IWL_DEBUG_TEMP for temperature related debug Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 12/18] iwlagn: use IWL_DEBUG_FW for firmware related debug msg Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 13/18] iwlagn: remove unused debug flag Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 14/18] iwlagn: generic temperature location in EEPROM Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 15/18] iwlagn: group similar defines together Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 16/18] iwlagn: merge duplicated code into single place Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 17/18] iwlagn: Sanity check for 11n capability Wey-Yi Guy
2011-06-11 14:25 ` [PATCH 18/18] iwlagn: Sanity check for valid context 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