public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] iwlwifi updates 12/10/2009
@ 2009-12-10 22:37 Reinette Chatre
  2009-12-10 22:37 ` [PATCH 1/7 w-t and 2.6.33] iwlwifi: allocated rx page accounting cleanup Reinette Chatre
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Reinette Chatre @ 2009-12-10 22:37 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Reinette Chatre

This series includes three fixes targeting 2.6.33:
- "iwlwifi: power up all devices for EEPROM read" fixes a issue where
devices are unable to be initialized on certain platforms due to too
aggressive power savings.
- "iwlwifi: allocated rx page accounting cleanup" fixes some accounting
issues in the recent paged RX work
- "iwlwifi: fix syslog message for event log dump size" fixes the problem
where the entire debug log was not printed when requested by user

In this series we also include support for the new mac80211 spatial
multiplexing support. This patch is dependent on the mac80211 patches
introducing this work ("cfg80211: add SM PS hooks" and "mac80211: enable
spatial multiplexing powersave").

We also include some debugging patches. The status and control registers
are now also dumped when device error occurs. We also introduce continuous
uCode event log capability where the uCode events can be monitored as they
occur.

Johannes Berg (1):
  iwlwifi: use new mac80211 SMPS

Reinette Chatre (1):
  iwlwifi: power up all devices for EEPROM read

Wey-Yi Guy (4):
  iwlwifi: fix syslog message for event log dump size
  iwlwifi: log CT_CARD_DISABLED flag
  iwlwifi: dump "Control and Status Register" when detect uCode HW/SW
    error
  iwlwifi: add continuous uCode event log capability

Zhu Yi (1):
  iwlwifi: allocated rx page accounting cleanup

 drivers/net/wireless/iwlwifi/iwl-1000.c     |    2 +-
 drivers/net/wireless/iwlwifi/iwl-3945.c     |    3 +-
 drivers/net/wireless/iwlwifi/iwl-4965.c     |    1 -
 drivers/net/wireless/iwlwifi/iwl-5000.c     |    6 +-
 drivers/net/wireless/iwlwifi/iwl-6000.c     |    4 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c      |  149 +++++++++++++++++++++++++-
 drivers/net/wireless/iwlwifi/iwl-commands.h |    2 +-
 drivers/net/wireless/iwlwifi/iwl-core.c     |  126 ++++++++++++++++++-----
 drivers/net/wireless/iwlwifi/iwl-core.h     |    4 +-
 drivers/net/wireless/iwlwifi/iwl-csr.h      |    8 +-
 drivers/net/wireless/iwlwifi/iwl-debug.h    |    2 +
 drivers/net/wireless/iwlwifi/iwl-debugfs.c  |   81 +++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-dev.h      |   41 ++++++++
 drivers/net/wireless/iwlwifi/iwl-devtrace.c |    2 +
 drivers/net/wireless/iwlwifi/iwl-devtrace.h |   44 ++++++++
 drivers/net/wireless/iwlwifi/iwl-eeprom.c   |   14 +--
 drivers/net/wireless/iwlwifi/iwl-hcmd.c     |    2 +-
 drivers/net/wireless/iwlwifi/iwl-rx.c       |    8 +-
 drivers/net/wireless/iwlwifi/iwl-scan.c     |    3 +-
 drivers/net/wireless/iwlwifi/iwl-sta.c      |    8 +-
 drivers/net/wireless/iwlwifi/iwl3945-base.c |   12 +--
 21 files changed, 436 insertions(+), 86 deletions(-)


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

end of thread, other threads:[~2009-12-10 23:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 22:37 [PATCH 0/7] iwlwifi updates 12/10/2009 Reinette Chatre
2009-12-10 22:37 ` [PATCH 1/7 w-t and 2.6.33] iwlwifi: allocated rx page accounting cleanup Reinette Chatre
2009-12-10 22:37 ` [PATCH 2/7 w-t and 2.6.33] iwlwifi: power up all devices for EEPROM read Reinette Chatre
2009-12-10 22:37 ` [PATCH 3/7 w-t and 2.6.33] iwlwifi: fix syslog message for event log dump size Reinette Chatre
2009-12-10 22:37 ` [PATCH 4/7] iwlwifi: log CT_CARD_DISABLED flag Reinette Chatre
2009-12-10 22:37 ` [PATCH 5/7] iwlwifi: dump "Control and Status Register" when detect uCode HW/SW error Reinette Chatre
2009-12-10 22:37 ` [PATCH 6/7] iwlwifi: add continuous uCode event log capability Reinette Chatre
2009-12-10 22:37 ` [PATCH 7/7] iwlwifi: use new mac80211 SMPS Reinette Chatre
2009-12-10 22:42 ` [PATCH 0/7] iwlwifi updates 12/10/2009 David Miller
2009-12-10 22:49   ` reinette chatre
2009-12-10 22:59     ` David Miller
2009-12-10 23:14       ` reinette chatre

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