linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] update for 2.6.37
@ 2010-11-10 17:56 Wey-Yi Guy
  2010-11-10 17:56 ` [PATCH 01/16] iwlagn: update PCI ID for 6000g2b series devices Wey-Yi Guy
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Wey-Yi Guy @ 2010-11-10 17:56 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

We make the correction for the latest PCI ID used for multiple NICs
We also fix the low tpt problem cause by mac80211 changes
Number of code clean up to separate new agn devices from legacy devices

Johannes Berg (5):
  iwlagn: fix non-5000+ build
  iwlagn: fix needed chains calculation
  iwlagn: fix RXON issues
  iwlagn: re-enable calibration
  iwlagn: fix RXON HT

Shanyu Zhao (2):
  iwlwifi: seperate disconnected antenna function
  iwlwifi: disable disconnected antenna for advanced bt coex

Wey-Yi Guy (8):
  iwlagn: update PCI ID for 6000g2b series devices
  iwlagn: update PCI ID for 6000g2a series devices
  iwlagn: update PCI ID for 100 series devices
  iwlwifi: Legacy isr only used by legacy devices
  iwlwifi: put all the isr related function under ops
  iwlwifi: legacy tx_cmd_protection function
  iwlwifi: resending QoS command when HT changes
  iwlagn: enabel shadow register

Winkler, Tomas (1):
  iwlwlifi: update rx write pointer w/o request mac access in the CAM
    mode

 drivers/net/wireless/iwlwifi/Makefile        |    6 +-
 drivers/net/wireless/iwlwifi/iwl-1000.c      |    8 +-
 drivers/net/wireless/iwlwifi/iwl-3945.c      |    7 +-
 drivers/net/wireless/iwlwifi/iwl-4965.c      |    6 +-
 drivers/net/wireless/iwlwifi/iwl-5000.c      |   16 ++-
 drivers/net/wireless/iwlwifi/iwl-6000.c      |   19 ++-
 drivers/net/wireless/iwlwifi/iwl-agn-calib.c |  230 ++++++++++++++------------
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c   |   22 +--
 drivers/net/wireless/iwlwifi/iwl-agn-rxon.c  |  150 ++++++++++-------
 drivers/net/wireless/iwlwifi/iwl-agn-sta.c   |   32 ++++-
 drivers/net/wireless/iwlwifi/iwl-agn.c       |   80 +++-------
 drivers/net/wireless/iwlwifi/iwl-agn.h       |    5 +-
 drivers/net/wireless/iwlwifi/iwl-core.c      |   94 -----------
 drivers/net/wireless/iwlwifi/iwl-core.h      |   19 ++-
 drivers/net/wireless/iwlwifi/iwl-csr.h       |    2 +
 drivers/net/wireless/iwlwifi/iwl-legacy.c    |  156 ++++++++++++++---
 drivers/net/wireless/iwlwifi/iwl-legacy.h    |    5 +
 drivers/net/wireless/iwlwifi/iwl-rx.c        |   47 +++--
 drivers/net/wireless/iwlwifi/iwl-tx.c        |   49 ++++---
 drivers/net/wireless/iwlwifi/iwl3945-base.c  |    2 +-
 20 files changed, 535 insertions(+), 420 deletions(-)


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

end of thread, other threads:[~2010-11-10 18:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-10 17:56 [PATCH 00/16] update for 2.6.37 Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 01/16] iwlagn: update PCI ID for 6000g2b series devices Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 02/16] iwlagn: update PCI ID for 6000g2a " Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 03/16] iwlagn: update PCI ID for 100 " Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 04/16] iwlagn: fix non-5000+ build Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 05/16] iwlwifi: Legacy isr only used by legacy devices Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 06/16] iwlwifi: put all the isr related function under ops Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 07/16] iwlwifi: legacy tx_cmd_protection function Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 08/16] iwlwlifi: update rx write pointer w/o request mac access in the CAM mode Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 09/16] iwlwifi: resending QoS command when HT changes Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 10/16] iwlagn: fix needed chains calculation Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 11/16] iwlagn: fix RXON issues Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 12/16] iwlagn: re-enable calibration Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 13/16] iwlagn: fix RXON HT Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 14/16] iwlwifi: seperate disconnected antenna function Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 15/16] iwlwifi: disable disconnected antenna for advanced bt coex Wey-Yi Guy
2010-11-10 17:56 ` [PATCH 16/16] iwlagn: enabel shadow register Wey-Yi Guy
2010-11-10 18:16 ` [PATCH 00/16] update for 2.6.37 John W. Linville
2010-11-10 18:47   ` 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).