All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 00/60] update for 3.2
@ 2011-08-26  6:10 Wey-Yi Guy
  2011-08-26  6:10 ` [PATCH 01/60] iwlagn: Rename iwlcore prefix Wey-Yi Guy
                   ` (58 more replies)
  0 siblings, 59 replies; 61+ messages in thread
From: Wey-Yi Guy @ 2011-08-26  6:10 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Wey-Yi Guy

We make a lot of changes to separate out the transport layer and bus layer
We also add a special SKU for 2000 series

Daniel Halperin (1):
  iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not set

Emmanuel Grumbach (52):
  iwlagn: use iwl_get_debug_level instead of iwl_debug_level
  iwlagn: introduce iwl-shared.h
  iwlagn: introduce struct iwl-shared - known by all layers
  iwlagn: debug_level moves to struct iwl_shared
  iwlagn: hw_params moves to iwl_shared
  iwlagn: cmd_queue moves to iwl_shared
  iwlagn: workqueue moves to iwl_shared
  iwlagn: priv->status moves to iwl_shared
  iwlagn: priv->lock moves to iwl_shared
  iwlagn: priv->mutex moves to iwl_shared
  iwlagn: modify the debug macro to be usable by all the layers
  iwlagn: add IWL_DEBUG_FW_ERRORS
  iwlagn: priv->sta_lock moves to iwl_shared
  iwlagn: bus layer chooses its transport layer
  iwlagn: add comments to iwl_bus / iwl_trans
  iwlagn: transport handler can register debugfs entries
  iwlagn: iwl_rx_queue moves to the iwl_trans_pcie
  iwlagn: move iwl_suspend / iwl_resume to the transport layer
  iwlagn: move ISR related data to transport layer
  iwlagn: move the NIC error flow to the transport layer
  iwlagn: move isr_statistics to transport layer
  iwlagn: reclaim the packets in transport layer
  iwlagn: move reclaim related functions
  iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie
  iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE
  iwlagn: move all iwl_is_XXX helpers to iwl-shared.h
  iwlagn: move iwl_free_pages to iwl-shared.h
  iwlagn: transport layer should receive iwl_trans
  iwlagn: move hcmd_lock to transport layer
  iwlagn: move dump_csr and dump_fh to transport layer
  iwlagn: remove references to priv from the transport layer
  iwlagn: remove unused parameters from hw_params
  iwlagn: iwl-dev.h doesn't include iwl-fh.h any more
  iwlagn: move Keep Warm to transport layer
  iwlagn: add missing includes
  iwlagn: all function iwl-io.c receive iwl_bus
  iwlagn: iwl-pci doesn't include iwl-dev any more
  iwlagn: iwl_tid_data moves to iwl-shared
  iwlagn: remove dereferences of priv from transport
  iwlagn: stop the device before freeing it
  iwlagn: upper layer stores iwl_rxon_context in skb's CB
  iwlagn: set tx_fifo for ampdu in transport layer
  iwlagn: upper layer uses slabs to allocate tx cmds
  iwlagn: move the mapping ac to queue / fifo to transport
  iwlagn: allocate resources for TX BA session in transport
  iwlagn: move the check_empty logic to the transport layer
  iwlagn: move the disable agg logic to transport layer
  iwlagn: cosmetics in iwl-trans.h
  iwlagn: move wait_for_tx_queue_empty to transport layer
  iwlagn: move check_stuck_queue to transport layer
  iwlagn: move the stop / wake queue logic to transport layer
  iwlagn: move tx queues to transport layer

Wey-Yi Guy (7):
  iwlagn: Rename iwlcore prefix
  iwlagn: remove out-dated comments
  iwlagn: enable 11n aggregation without checking traffic load
  iwlagn: support small form factor SKU of 6205
  iwlagn: more comments for bt channel inhibition
  iwlagn: add comments to module parameters
  iwlagn: adding special "D" SKU for 2000 series

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

 drivers/net/wireless/iwlwifi/iwl-1000.c           |   42 +-
 drivers/net/wireless/iwlwifi/iwl-2000.c           |   51 +-
 drivers/net/wireless/iwlwifi/iwl-5000.c           |   72 +-
 drivers/net/wireless/iwlwifi/iwl-6000.c           |   60 +-
 drivers/net/wireless/iwlwifi/iwl-agn-calib.c      |   43 +-
 drivers/net/wireless/iwlwifi/iwl-agn-eeprom.c     |    6 +-
 drivers/net/wireless/iwlwifi/iwl-agn-hw.h         |   13 -
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c        |  676 +--------
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c         |   92 +-
 drivers/net/wireless/iwlwifi/iwl-agn-rxon.c       |   60 +-
 drivers/net/wireless/iwlwifi/iwl-agn-sta.c        |   84 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tt.c         |   68 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c         |  914 ++++++------
 drivers/net/wireless/iwlwifi/iwl-agn-ucode.c      |   52 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c            |  870 ++++--------
 drivers/net/wireless/iwlwifi/iwl-agn.h            |   63 +-
 drivers/net/wireless/iwlwifi/iwl-bus.h            |   34 +-
 drivers/net/wireless/iwlwifi/iwl-commands.h       |    6 +-
 drivers/net/wireless/iwlwifi/iwl-core.c           |  283 ++---
 drivers/net/wireless/iwlwifi/iwl-core.h           |  118 +--
 drivers/net/wireless/iwlwifi/iwl-debug.h          |   40 +-
 drivers/net/wireless/iwlwifi/iwl-debugfs.c        |  412 +-----
 drivers/net/wireless/iwlwifi/iwl-dev.h            |  326 +----
 drivers/net/wireless/iwlwifi/iwl-devtrace.h       |    2 +
 drivers/net/wireless/iwlwifi/iwl-eeprom.c         |   62 +-
 drivers/net/wireless/iwlwifi/iwl-eeprom.h         |    1 -
 drivers/net/wireless/iwlwifi/iwl-fh.h             |   20 +-
 drivers/net/wireless/iwlwifi/iwl-helpers.h        |   91 +--
 drivers/net/wireless/iwlwifi/iwl-io.c             |  192 ++--
 drivers/net/wireless/iwlwifi/iwl-io.h             |   61 +-
 drivers/net/wireless/iwlwifi/iwl-led.c            |   11 +-
 drivers/net/wireless/iwlwifi/iwl-pci.c            |   43 +-
 drivers/net/wireless/iwlwifi/iwl-pci.h            |  116 ++
 drivers/net/wireless/iwlwifi/iwl-power.c          |   19 +-
 drivers/net/wireless/iwlwifi/iwl-prph.h           |    4 +-
 drivers/net/wireless/iwlwifi/iwl-rx.c             |   42 +-
 drivers/net/wireless/iwlwifi/iwl-scan.c           |   97 +-
 drivers/net/wireless/iwlwifi/iwl-shared.h         |  430 ++++++
 drivers/net/wireless/iwlwifi/iwl-sta.c            |  106 +-
 drivers/net/wireless/iwlwifi/iwl-sta.h            |    4 +-
 drivers/net/wireless/iwlwifi/iwl-sv-open.c        |   21 +-
 drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h |  314 ++++-
 drivers/net/wireless/iwlwifi/iwl-trans-rx-pcie.c  |  862 +++++++++---
 drivers/net/wireless/iwlwifi/iwl-trans-tx-pcie.c  |  507 +++++--
 drivers/net/wireless/iwlwifi/iwl-trans.c          | 1615 ++++++++++++++++-----
 drivers/net/wireless/iwlwifi/iwl-trans.h          |  216 ++-
 46 files changed, 4909 insertions(+), 4312 deletions(-)
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-pci.h
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-shared.h


^ permalink raw reply	[flat|nested] 61+ messages in thread
* [PATCH 00/60] update for 3.2
@ 2011-08-13 17:37 Wey-Yi Guy
  2011-08-13 17:38 ` [PATCH 40/60] iwlagn: move Keep Warm to transport layer Wey-Yi Guy
  0 siblings, 1 reply; 61+ messages in thread
From: Wey-Yi Guy @ 2011-08-13 17:37 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Wey-Yi Guy

We make a lot of changes to separate out the transport layer and bus layer
We also add a special SKU for 2000 series

Daniel Halperin (1):
  iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not set

Emmanuel Grumbach (52):
  iwlagn: use iwl_get_debug_level instead of iwl_debug_level
  iwlagn: introduce iwl-shared.h
  iwlagn: introduce struct iwl-shared - known by all layers
  iwlagn: debug_level moves to struct iwl_shared
  iwlagn: hw_params moves to iwl_shared
  iwlagn: cmd_queue moves to iwl_shared
  iwlagn: workqueue moves to iwl_shared
  iwlagn: priv->lock moves to iwl_shared
  iwlagn: modify the debug macro to be usable by all the layers
  iwlagn: add IWL_DEBUG_FW_ERRORS
  iwlagn: priv->sta_lock moves to iwl_shared
  iwlagn: bus layer chooses its transport layer
  iwlagn: add comments to iwl_bus / iwl_trans
  iwlagn: transport handler can register debugfs entries
  iwlagn: iwl_rx_queue moves to the iwl_trans_pcie
  iwlagn: move iwl_suspend / iwl_resume to the transport layer
  iwlagn: move ISR related data to transport layer
  iwlagn: move the NIC error flow to the transport layer
  iwlagn: move isr_statistics to transport layer
  iwlagn: reclaim the packets in transport layer
  iwlagn: move reclaim related functions
  iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie
  iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE
  iwlagn: move all iwl_is_XXX helpers to iwl-shared.h
  iwlagn: move iwl_free_pages to iwl-shared.h
  iwlagn: transport layer should receive iwl_trans
  iwlagn: move hcmd_lock to transport layer
  iwlagn: move dump_csr and dump_fh to transport layer
  iwlagn: remove references to priv from the transport layer
  iwlagn: remove unused parameters from hw_params
  iwlagn: iwl-dev.h doesn't include iwl-fh.h any more
  iwlagn: move Keep Warm to transport layer
  iwlagn: add missing includes
  iwlagn: iwl-pci doesn't include iwl-dev any more
  iwlagn: iwl_tid_data moves to iwl-shared
  iwlagn: stop the device before freeing it
  iwlagn: upper layer stores iwl_rxon_context in skb's CB
  iwlagn: set tx_fifo for ampdu in transport layer
  iwlagn: upper layer uses slabs to allocate tx cmds
  iwlagn: move the mapping ac to queue / fifo to transport
  iwlagn: allocate resources for TX BA session in transport
  iwlagn: move the check_empty logic to the transport layer
  iwlagn: move the disable agg logic to transport layer
  iwlagn: cosmetics in iwl-trans.h
  iwlagn: move wait_for_tx_queue_empty to transport layer
  iwlagn: move check_stuck_queue to transport layer
  iwlagn: move the stop / wake queue logic to transport layer
  iwlagn: move tx queues to transport layer
  iwlagn: priv->status moves to iwl_shared
  iwlagn: priv->mutex moves to iwl_shared
  iwlagn: all function iwl-io.c receive iwl_bus
  iwlagn: remove dereferences of priv from transport

Wey-Yi Guy (7):
  iwlagn: Rename iwlcore prefix
  iwlagn: remove out-dated comments
  iwlagn: enable 11n aggregation without checking traffic load
  iwlagn: support small form factor SKU of 6205
  iwlagn: more comments for bt channel inhibition
  iwlagn: add comments to module parameters
  iwlagn: adding special "D" SKU for 2000 series


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           |   42 +-
 drivers/net/wireless/iwlwifi/iwl-2000.c           |   51 +-
 drivers/net/wireless/iwlwifi/iwl-5000.c           |   72 +-
 drivers/net/wireless/iwlwifi/iwl-6000.c           |   60 +-
 drivers/net/wireless/iwlwifi/iwl-agn-calib.c      |   43 +-
 drivers/net/wireless/iwlwifi/iwl-agn-eeprom.c     |    6 +-
 drivers/net/wireless/iwlwifi/iwl-agn-hw.h         |   13 -
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c        |  676 +--------
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c         |   92 +-
 drivers/net/wireless/iwlwifi/iwl-agn-rxon.c       |   60 +-
 drivers/net/wireless/iwlwifi/iwl-agn-sta.c        |   84 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tt.c         |   68 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c         |  914 ++++++------
 drivers/net/wireless/iwlwifi/iwl-agn-ucode.c      |   52 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c            |  873 ++++--------
 drivers/net/wireless/iwlwifi/iwl-agn.h            |   63 +-
 drivers/net/wireless/iwlwifi/iwl-bus.h            |   34 +-
 drivers/net/wireless/iwlwifi/iwl-commands.h       |    6 +-
 drivers/net/wireless/iwlwifi/iwl-core.c           |  283 ++---
 drivers/net/wireless/iwlwifi/iwl-core.h           |  118 +--
 drivers/net/wireless/iwlwifi/iwl-debug.h          |   40 +-
 drivers/net/wireless/iwlwifi/iwl-debugfs.c        |  412 +-----
 drivers/net/wireless/iwlwifi/iwl-dev.h            |  326 +----
 drivers/net/wireless/iwlwifi/iwl-devtrace.h       |    2 +
 drivers/net/wireless/iwlwifi/iwl-eeprom.c         |   62 +-
 drivers/net/wireless/iwlwifi/iwl-eeprom.h         |    1 -
 drivers/net/wireless/iwlwifi/iwl-fh.h             |   20 +-
 drivers/net/wireless/iwlwifi/iwl-helpers.h        |   91 +--
 drivers/net/wireless/iwlwifi/iwl-io.c             |  192 ++--
 drivers/net/wireless/iwlwifi/iwl-io.h             |   61 +-
 drivers/net/wireless/iwlwifi/iwl-led.c            |   11 +-
 drivers/net/wireless/iwlwifi/iwl-pci.c            |   41 +-
 drivers/net/wireless/iwlwifi/iwl-pci.h            |  116 ++
 drivers/net/wireless/iwlwifi/iwl-power.c          |   19 +-
 drivers/net/wireless/iwlwifi/iwl-prph.h           |    4 +-
 drivers/net/wireless/iwlwifi/iwl-rx.c             |   42 +-
 drivers/net/wireless/iwlwifi/iwl-scan.c           |   97 +-
 drivers/net/wireless/iwlwifi/iwl-shared.h         |  430 ++++++
 drivers/net/wireless/iwlwifi/iwl-sta.c            |  106 +-
 drivers/net/wireless/iwlwifi/iwl-sta.h            |    4 +-
 drivers/net/wireless/iwlwifi/iwl-sv-open.c        |   21 +-
 drivers/net/wireless/iwlwifi/iwl-trans-int-pcie.h |  314 ++++-
 drivers/net/wireless/iwlwifi/iwl-trans-rx-pcie.c  |  862 +++++++++---
 drivers/net/wireless/iwlwifi/iwl-trans-tx-pcie.c  |  507 +++++--
 drivers/net/wireless/iwlwifi/iwl-trans.c          | 1615 ++++++++++++++++-----
 drivers/net/wireless/iwlwifi/iwl-trans.h          |  216 ++-
 46 files changed, 4910 insertions(+), 4312 deletions(-)
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-pci.h
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-shared.h


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

end of thread, other threads:[~2011-08-26  6:53 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-26  6:10 [RESEND PATCH 00/60] update for 3.2 Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 01/60] iwlagn: Rename iwlcore prefix Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 02/60] iwlagn: remove out-dated comments Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 03/60] iwlagn: use iwl_get_debug_level instead of iwl_debug_level Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 04/60] iwlagn: introduce iwl-shared.h Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 05/60] iwlagn: introduce struct iwl-shared - known by all layers Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 06/60] iwlagn: debug_level moves to struct iwl_shared Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 07/60] iwlagn: hw_params moves to iwl_shared Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 08/60] iwlagn: cmd_queue " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 09/60] iwlagn: workqueue " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 10/60] iwlagn: priv->status " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 11/60] iwlagn: priv->lock " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 12/60] iwlagn: priv->mutex " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 13/60] iwlagn: modify the debug macro to be usable by all the layers Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 14/60] iwlagn: add IWL_DEBUG_FW_ERRORS Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 15/60] iwlagn: priv->sta_lock moves to iwl_shared Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 16/60] iwlagn: bus layer chooses its transport layer Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 17/60] iwlagn: add comments to iwl_bus / iwl_trans Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 18/60] iwlagn: transport handler can register debugfs entries Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 19/60] iwlagn: iwl_rx_queue moves to the iwl_trans_pcie Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 20/60] iwlagn: move iwl_suspend / iwl_resume to the transport layer Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 21/60] iwlagn: move ISR related data to " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 22/60] iwlagn: move the NIC error flow to the " Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 23/60] iwlagn: enable 11n aggregation without checking traffic load Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 24/60] iwlagn: support small form factor SKU of 6205 Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 25/60] iwlagn: more comments for bt channel inhibition Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 26/60] iwlagn: add comments to module parameters Wey-Yi Guy
2011-08-26  6:10 ` [PATCH 27/60] iwlagn: move isr_statistics to transport layer Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 28/60] iwlagn: reclaim the packets in " Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 29/60] iwlagn: move reclaim related functions Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 30/60] iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 31/60] iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 33/60] iwlagn: move iwl_free_pages to iwl-shared.h Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 34/60] iwlagn: transport layer should receive iwl_trans Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 35/60] iwlagn: move hcmd_lock to transport layer Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 36/60] iwlagn: move dump_csr and dump_fh " Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 37/60] iwlagn: remove references to priv from the " Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 38/60] iwlagn: remove unused parameters from hw_params Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 39/60] iwlagn: iwl-dev.h doesn't include iwl-fh.h any more Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 40/60] iwlagn: move Keep Warm to transport layer Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 41/60] iwlagn: add missing includes Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 42/60] iwlagn: all function iwl-io.c receive iwl_bus Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 43/60] iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not set Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 44/60] iwlagn: iwl-pci doesn't include iwl-dev any more Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 45/60] iwlagn: adding special "D" SKU for 2000 series Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 46/60] iwlagn: iwl_tid_data moves to iwl-shared Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 47/60] iwlagn: remove dereferences of priv from transport Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 48/60] iwlagn: stop the device before freeing it Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 49/60] iwlagn: upper layer stores iwl_rxon_context in skb's CB Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 50/60] iwlagn: set tx_fifo for ampdu in transport layer Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 51/60] iwlagn: upper layer uses slabs to allocate tx cmds Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 52/60] iwlagn: move the mapping ac to queue / fifo to transport Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 53/60] iwlagn: allocate resources for TX BA session in transport Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 54/60] iwlagn: move the check_empty logic to the transport layer Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 55/60] iwlagn: move the disable agg logic to " Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 56/60] iwlagn: cosmetics in iwl-trans.h Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 57/60] iwlagn: move wait_for_tx_queue_empty to transport layer Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 58/60] iwlagn: move check_stuck_queue " Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 59/60] iwlagn: move the stop / wake queue logic " Wey-Yi Guy
2011-08-26  6:11 ` [PATCH 60/60] iwlagn: move tx queues " Wey-Yi Guy
  -- strict thread matches above, loose matches on Subject: below --
2011-08-13 17:37 [PATCH 00/60] update for 3.2 Wey-Yi Guy
2011-08-13 17:38 ` [PATCH 40/60] iwlagn: move Keep Warm to transport layer Wey-Yi Guy

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.