All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi updates for 2.6.34
@ 2010-02-11 18:41 Reinette Chatre
  2010-02-11 18:41 ` [PATCH 01/12] iwlwifi: clear all tx queues when firmware ready Reinette Chatre
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Reinette Chatre @ 2010-02-11 18:41 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Reinette Chatre

Included is a fix to a scan race introduced by the new internal scanning
code. We also now reset the card during the probe to support users of
kdump. Memory allocation is not done as often with GFP_ATOMIC to improve
success rate. Included are some fixes to help aggregation queues recover
after firmware reload as well as recovery after TX stalls. A new interface
is added to force reset of firmware.

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

Abhijeet Kolekar (1):
  iwlwifi: cleanup return values

Reinette Chatre (2):
  iwlwifi: fix scan race
  iwlwifi: reset card during probe

Stanislaw Gruszka (1):
  iwlwifi: use dma_alloc_coherent

Trieu 'Andrew' Nguyen (2):
  iwlwifi: Adjusting PLCP error threshold for 1000 NIC
  iwlwifi: Monitor and recover the aggregation TX flow failure

Wey-Yi Guy (6):
  iwlwifi: clear all tx queues when firmware ready
  iwlwifi: multiple force reset mode
  iwlwifi: add debug function to reset/reload radio/firmware
  iwlwifi: check for aggregation frame and queue
  iwlwifi: remove unused op-code in PHY Calibration command
  iwlwifi: clear all the stop_queue flag after load firmware

 drivers/net/wireless/iwlwifi/iwl-1000.c     |    4 +-
 drivers/net/wireless/iwlwifi/iwl-3945.c     |    8 +--
 drivers/net/wireless/iwlwifi/iwl-4965.c     |    7 ++
 drivers/net/wireless/iwlwifi/iwl-5000.c     |    7 ++
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c   |   15 +++++-
 drivers/net/wireless/iwlwifi/iwl-agn.c      |   22 +++++++-
 drivers/net/wireless/iwlwifi/iwl-commands.h |    4 -
 drivers/net/wireless/iwlwifi/iwl-core.c     |   56 ++++++++++++++++---
 drivers/net/wireless/iwlwifi/iwl-core.h     |    8 +-
 drivers/net/wireless/iwlwifi/iwl-debugfs.c  |   28 +++++++++
 drivers/net/wireless/iwlwifi/iwl-dev.h      |   13 ++++-
 drivers/net/wireless/iwlwifi/iwl-helpers.h  |    7 +-
 drivers/net/wireless/iwlwifi/iwl-rx.c       |   80 ++++++++++++++++++++------
 drivers/net/wireless/iwlwifi/iwl-scan.c     |   37 ++++--------
 drivers/net/wireless/iwlwifi/iwl-tx.c       |   62 ++++++++++----------
 drivers/net/wireless/iwlwifi/iwl3945-base.c |   39 ++++++-------
 16 files changed, 273 insertions(+), 124 deletions(-)


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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-11 18:41 [PATCH 00/12] iwlwifi updates for 2.6.34 Reinette Chatre
2010-02-11 18:41 ` [PATCH 01/12] iwlwifi: clear all tx queues when firmware ready Reinette Chatre
2010-02-11 18:41 ` [PATCH 02/12] iwlwifi: multiple force reset mode Reinette Chatre
2010-02-11 18:41 ` [PATCH 03/12] iwlwifi: add debug function to reset/reload radio/firmware Reinette Chatre
2010-02-11 18:41 ` [PATCH 04/12] iwlwifi: check for aggregation frame and queue Reinette Chatre
2010-02-11 18:41 ` [PATCH 05/12] iwlwifi: remove unused op-code in PHY Calibration command Reinette Chatre
2010-02-11 20:17   ` [ipw3945-devel] " Cahill, Ben M
2010-02-11 20:22     ` Guy, Wey-Yi
2010-02-11 21:23       ` Cahill, Ben M
2010-02-11 18:41 ` [PATCH 06/12] iwlwifi: cleanup return values Reinette Chatre
2010-02-11 18:42 ` [PATCH 07/12] iwlwifi: fix scan race Reinette Chatre
2010-02-11 18:42 ` [PATCH 08/12] iwlwifi: reset card during probe Reinette Chatre
2010-02-11 18:42 ` [PATCH 09/12] iwlwifi: Adjusting PLCP error threshold for 1000 NIC Reinette Chatre
2010-02-11 18:42 ` [PATCH 10/12] iwlwifi: use dma_alloc_coherent Reinette Chatre
2010-02-11 18:42 ` [PATCH 11/12] iwlwifi: clear all the stop_queue flag after load firmware Reinette Chatre
2010-02-11 18:42 ` [PATCH 12/12] iwlwifi: Monitor and recover the aggregation TX flow failure Reinette Chatre
2010-02-12 13:53   ` Andy Lutomirski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.