linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/26] iwlwifi update for 2.6.37
@ 2010-08-23 14:56 Wey-Yi Guy
  2010-08-23 14:56 ` [PATCH 01/26] iwlwifi: update out-of-date comments Wey-Yi Guy
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Wey-Yi Guy @ 2010-08-23 14:56 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

We enable WiFi/BT coexist support in this patchset.
We also make some minor code cleanup works. 

Johannes Berg (10):
  iwlwifi: add 6000g2b BT coexist API
  iwlagn: implement advance BT config command
  iwlagn: set BT IGNORE for some frames
  iwlwifi: add BT notification support for bt coex
  iwlagn: let bluetooth traffic load impact rate scale
  iwlwifi: reset BT when going down
  iwlagn: disable gen2b BT coexistence in IBSS
  iwlagn: keep BT settings across restart
  iwlwifi: use antenna A only under high BT load
  iwlwifi: disable aggregation queue if stopped early

Wey-Yi Guy (16):
  iwlwifi: update out-of-date comments
  iwlwifi: comments cleanup
  iwlwifi: Relax uCode timeout/error checking for 6000g2b
  iwlwifi: add bt full concurrency support
  iwlagn: wifi/bt coex configuration sequence
  iwlwifi: indicate bt_kill condition when receive tx reply
  iwlwifi: add debugfs to control stuck queue timer
  iwlwifi: add bt_init_traffic_load as configurable parameter
  iwlagn: add bt prio_boost to .cfg
  iwlagn: parsing uart message and take actions
  iwlagn: add additional bt related parameters
  iwlagn: add bt_ch_announce module parameter
  iwlagn: set traffic load based on multiple factors
  iwlagn: generic bt coex functions
  iwlagn: update bt status upon scan complete
  iwlwifi: add bt traffic load debugfs file

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-3945-hw.h   |    2 +-
 drivers/net/wireless/iwlwifi/iwl-5000-hw.h   |    2 +-
 drivers/net/wireless/iwlwifi/iwl-6000-hw.h   |    2 +-
 drivers/net/wireless/iwlwifi/iwl-6000.c      |  135 ++++++++--
 drivers/net/wireless/iwlwifi/iwl-agn-calib.c |    6 +-
 drivers/net/wireless/iwlwifi/iwl-agn-hcmd.c  |    8 +
 drivers/net/wireless/iwlwifi/iwl-agn-lib.c   |  396 +++++++++++++++++++++++++-
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c    |  236 ++++++++++++++-
 drivers/net/wireless/iwlwifi/iwl-agn-rs.h    |    2 +
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c    |   56 +++--
 drivers/net/wireless/iwlwifi/iwl-agn-ucode.c |   64 ++++
 drivers/net/wireless/iwlwifi/iwl-agn.c       |  122 ++++++++-
 drivers/net/wireless/iwlwifi/iwl-agn.h       |    9 +
 drivers/net/wireless/iwlwifi/iwl-commands.h  |  360 +++++++++++++++++++++--
 drivers/net/wireless/iwlwifi/iwl-core.c      |   71 ++++-
 drivers/net/wireless/iwlwifi/iwl-core.h      |   10 +
 drivers/net/wireless/iwlwifi/iwl-debugfs.c   |   75 +++++
 drivers/net/wireless/iwlwifi/iwl-dev.h       |   23 ++
 drivers/net/wireless/iwlwifi/iwl-hcmd.c      |    3 +
 drivers/net/wireless/iwlwifi/iwl-scan.c      |   20 ++
 20 files changed, 1496 insertions(+), 106 deletions(-)


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

end of thread, other threads:[~2010-08-23 14:53 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-23 14:56 [PATCH 00/26] iwlwifi update for 2.6.37 Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 01/26] iwlwifi: update out-of-date comments Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 02/26] iwlwifi: comments cleanup Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 03/26] iwlwifi: add 6000g2b BT coexist API Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 04/26] iwlagn: implement advance BT config command Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 05/26] iwlagn: set BT IGNORE for some frames Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 06/26] iwlwifi: add BT notification support for bt coex Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 07/26] iwlagn: let bluetooth traffic load impact rate scale Wey-Yi Guy
2010-08-23 14:56 ` [PATCH 08/26] iwlwifi: reset BT when going down Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 09/26] iwlagn: disable gen2b BT coexistence in IBSS Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 10/26] iwlagn: keep BT settings across restart Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 11/26] iwlwifi: Relax uCode timeout/error checking for 6000g2b Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 12/26] iwlwifi: use antenna A only under high BT load Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 13/26] iwlwifi: add bt full concurrency support Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 14/26] iwlagn: wifi/bt coex configuration sequence Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 15/26] iwlwifi: indicate bt_kill condition when receive tx reply Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 16/26] iwlwifi: add debugfs to control stuck queue timer Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 17/26] iwlwifi: add bt_init_traffic_load as configurable parameter Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 18/26] iwlagn: add bt prio_boost to .cfg Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 19/26] iwlagn: parsing uart message and take actions Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 20/26] iwlagn: add additional bt related parameters Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 21/26] iwlagn: add bt_ch_announce module parameter Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 22/26] iwlagn: set traffic load based on multiple factors Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 23/26] iwlagn: generic bt coex functions Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 24/26] iwlagn: update bt status upon scan complete Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 25/26] iwlwifi: add bt traffic load debugfs file Wey-Yi Guy
2010-08-23 14:57 ` [PATCH 26/26] iwlwifi: disable aggregation queue if stopped early Wey-Yi Guy

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).