linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/34] update for 3.2
@ 2011-10-10 14:26 Wey-Yi Guy
  2011-10-10 14:26 ` [PATCH 01/34] iwlagn: add cmd queue pointer info when timeout Wey-Yi Guy
                   ` (33 more replies)
  0 siblings, 34 replies; 42+ messages in thread
From: Wey-Yi Guy @ 2011-10-10 14:26 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Wey-Yi Guy

We address the performance issue cause by earlier path which disable too many calibration.
We include few more bugs fix and enhancement patches for WoWLAN operations
We continue remove un-needed code and clean up after driver split
We also include new SKUs for both 6005 and 105 series of devices

Don Fry (1):
  iwlagn: eliminate bus pointer from iwl_priv structure

Emmanuel Grumbach (7):
  iwlagn: kill hw_params.max_stations
  iwlagn: fix a race in the unmapping of the TFDs
  iwlagn: warn only once if AGG state is wrong
  iwlagn: move iwl_beacon_time_mask_XXX near to usage
  iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h
  iwlagn: remove uneeded include to iwl-dev.h
  iwlagn: add missing include to iwl-agn-rs.h

Johannes Berg (6):
  iwlagn: update beacon smarter
  iwlagn: don't assign seqno to QoS Null frames
  iwlagn: send simple LQ command for WoWLAN
  iwlagn: stop interrupts when suspending
  iwlagn: remove 5000 hw header
  iwlagn: remove 6000 hw header

Wey-Yi Guy (20):
  iwlagn: add cmd queue pointer info when timeout
  iwlagn: add REPLY_ECHO host command
  iwlagn: add WARN if tx cmd complete come back late
  iwlagn: add "echo" test when command queue stuck
  iwlagn: check rf kill in queue stuck
  iwlagn: add "echo test" command to debugfs
  iwlagn: remove un-necessary step
  iwlagn: set rts retry limit
  iwlagn: add "_d" sku to 6005 series of devices
  iwlagn: Add "_d" sku to 105 series of devices
  iwlagn: separate init calib and rt calib
  iwlagn: do nothing when disable agg in wrong state
  iwlagn: use low retry limit for WoWLAN
  iwlwifi: update comments on how to enable debug flag
  iwlagn: more info on warning for shutdown agg queue
  iwlagn: don't stop rts/cts until last aggregation queue close
  iwlagn: add debug for mac80211 callback
  iwlagn: rename all the mac80211 callback functions
  iwlagn: merge station management functions
  iwlagn: rename iwl-rx.c to iwl-agn-rx.c

these patches are also available from wireless-next-2.6 branch on
 git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git

Because the file system problem, all the patches are not push into 
git.kernel.org yet. I will push as soon as the file system issue addressed


 drivers/net/wireless/iwlwifi/Kconfig             |    4 +-
 drivers/net/wireless/iwlwifi/Makefile            |    3 +-
 drivers/net/wireless/iwlwifi/iwl-1000.c          |    3 -
 drivers/net/wireless/iwlwifi/iwl-2000.c          |   10 +-
 drivers/net/wireless/iwlwifi/iwl-5000-hw.h       |   88 --
 drivers/net/wireless/iwlwifi/iwl-5000.c          |   22 +-
 drivers/net/wireless/iwlwifi/iwl-6000-hw.h       |   81 --
 drivers/net/wireless/iwlwifi/iwl-6000.c          |   12 +-
 drivers/net/wireless/iwlwifi/iwl-agn-hw.h        |   15 +-
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c       |    2 -
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c        |    4 +-
 drivers/net/wireless/iwlwifi/iwl-agn-rs.h        |    4 +
 drivers/net/wireless/iwlwifi/iwl-agn-rx.c        | 1143 ++++++++++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-agn-rxon.c      |    6 +-
 drivers/net/wireless/iwlwifi/iwl-agn-sta.c       |  861 ++++++++++++++++-
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c        |   32 +-
 drivers/net/wireless/iwlwifi/iwl-agn-ucode.c     |    1 -
 drivers/net/wireless/iwlwifi/iwl-agn.c           |  126 ++-
 drivers/net/wireless/iwlwifi/iwl-agn.h           |  131 +++-
 drivers/net/wireless/iwlwifi/iwl-cfg.h           |    2 +
 drivers/net/wireless/iwlwifi/iwl-commands.h      |   11 +
 drivers/net/wireless/iwlwifi/iwl-core.c          |   83 ++-
 drivers/net/wireless/iwlwifi/iwl-core.h          |   20 +-
 drivers/net/wireless/iwlwifi/iwl-debug.h         |    8 +-
 drivers/net/wireless/iwlwifi/iwl-debugfs.c       |   22 +-
 drivers/net/wireless/iwlwifi/iwl-dev.h           |    3 -
 drivers/net/wireless/iwlwifi/iwl-helpers.h       |   72 --
 drivers/net/wireless/iwlwifi/iwl-led.c           |    3 +-
 drivers/net/wireless/iwlwifi/iwl-pci.c           |    2 +
 drivers/net/wireless/iwlwifi/iwl-power.c         |    2 +-
 drivers/net/wireless/iwlwifi/iwl-rx.c            | 1141 ---------------------
 drivers/net/wireless/iwlwifi/iwl-scan.c          |    4 +-
 drivers/net/wireless/iwlwifi/iwl-shared.h        |    2 -
 drivers/net/wireless/iwlwifi/iwl-sta.c           |  835 ----------------
 drivers/net/wireless/iwlwifi/iwl-sta.h           |  141 ---
 drivers/net/wireless/iwlwifi/iwl-sv-open.c       |    8 +-
 drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c |    1 -
 drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c |   23 +-
 drivers/net/wireless/iwlwifi/iwl-trans-pcie.c    |   21 +-
 39 files changed, 2422 insertions(+), 2530 deletions(-)
 delete mode 100644 drivers/net/wireless/iwlwifi/iwl-5000-hw.h
 delete mode 100644 drivers/net/wireless/iwlwifi/iwl-6000-hw.h
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-agn-rx.c
 delete mode 100644 drivers/net/wireless/iwlwifi/iwl-helpers.h
 delete mode 100644 drivers/net/wireless/iwlwifi/iwl-rx.c
 delete mode 100644 drivers/net/wireless/iwlwifi/iwl-sta.c
 delete mode 100644 drivers/net/wireless/iwlwifi/iwl-sta.h


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

end of thread, other threads:[~2011-10-12 18:49 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 14:26 [PATCH 00/34] update for 3.2 Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 01/34] iwlagn: add cmd queue pointer info when timeout Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 02/34] iwlagn: add REPLY_ECHO host command Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 03/34] iwlagn: add WARN if tx cmd complete come back late Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 04/34] iwlagn: add "echo" test when command queue stuck Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 05/34] iwlagn: check rf kill in " Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 06/34] iwlagn: add "echo test" command to debugfs Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 07/34] iwlagn: update beacon smarter Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 08/34] iwlagn: don't assign seqno to QoS Null frames Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 09/34] iwlagn: send simple LQ command for WoWLAN Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 10/34] iwlagn: kill hw_params.max_stations Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 11/34] iwlagn: eliminate bus pointer from iwl_priv structure Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 12/34] iwlagn: stop interrupts when suspending Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 13/34] iwlagn: remove un-necessary step Wey-Yi Guy
2011-10-10 14:26 ` [PATCH 14/34] iwlagn: set rts retry limit Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 15/34] iwlagn: add "_d" sku to 6005 series of devices Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 16/34] iwlagn: Add "_d" sku to 105 " Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 17/34] iwlagn: fix a race in the unmapping of the TFDs Wey-Yi Guy
2011-10-11 12:22   ` Stanislaw Gruszka
2011-10-11 12:26     ` Grumbach, Emmanuel
2011-10-11 12:36       ` Stanislaw Gruszka
2011-10-11 12:38         ` Grumbach, Emmanuel
2011-10-11 12:58           ` Stanislaw Gruszka
2011-10-11 14:43             ` Grumbach, Emmanuel
2011-10-10 14:27 ` [PATCH 18/34] iwlagn: warn only once if AGG state is wrong Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 19/34] iwlagn: separate init calib and rt calib Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 20/34] iwlagn: do nothing when disable agg in wrong state Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 21/34] iwlagn: use low retry limit for WoWLAN Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 22/34] iwlwifi: update comments on how to enable debug flag Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 23/34] iwlagn: more info on warning for shutdown agg queue Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 24/34] iwlagn: don't stop rts/cts until last aggregation queue close Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 25/34] iwlagn: add debug for mac80211 callback Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 26/34] iwlagn: rename all the mac80211 callback functions Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 27/34] iwlagn: merge station management functions Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 28/34] iwlagn: rename iwl-rx.c to iwl-agn-rx.c Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 29/34] iwlagn: remove 5000 hw header Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 30/34] iwlagn: remove 6000 " Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 32/34] iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 33/34] iwlagn: remove uneeded include to iwl-dev.h Wey-Yi Guy
2011-10-10 14:27 ` [PATCH 34/34] iwlagn: add missing include to iwl-agn-rs.h Wey-Yi Guy
2011-10-12 18:24 ` [PATCH 00/34] update for 3.2 John W. Linville
2011-10-12 18:00   ` 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;
as well as URLs for NNTP newsgroup(s).