linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] iwlwifi update for 2.6.36
@ 2010-07-31 15:34 Wey-Yi Guy
  2010-07-31 15:34 ` [PATCH 1/8] iwlwifi: make iwl_hw_detect static to _agn Wey-Yi Guy
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Wey-Yi Guy @ 2010-07-31 15:34 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

We move "Thermal throttling" related functions out of power management
into it own file.
We also reduce the warning level for "BA scd_flow not match" to
avoid flood the syslog when condition detected.
We also track IBSS manager status with uCode beacon notification.

Johannes Berg (2):
  iwlwifi: fix compile warning
  iwlwifi: track IBSS manager status

Wey-Yi Guy (6):
  iwlwifi: make iwl_hw_detect static to _agn
  iwlagn: log pci revision id
  iwlwifi: separate thermal throttling function
  iwlwifi: make iwl_set_hw_params static to _agn
  iwlwifi: BA scd_flow not match condition detected
  iwlagn: fix typo in ucode_bt_stats_read debugfs

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/Makefile          |    1 +
 drivers/net/wireless/iwlwifi/iwl-1000.c        |    5 +
 drivers/net/wireless/iwlwifi/iwl-5000.c        |   10 +
 drivers/net/wireless/iwlwifi/iwl-6000.c        |    5 +
 drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c |    2 +-
 drivers/net/wireless/iwlwifi/iwl-agn-tt.c      |  697 ++++++++++++++++++++++++
 drivers/net/wireless/iwlwifi/iwl-agn-tt.h      |  129 +++++
 drivers/net/wireless/iwlwifi/iwl-agn-tx.c      |    9 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c         |   77 +++-
 drivers/net/wireless/iwlwifi/iwl-commands.h    |    5 +
 drivers/net/wireless/iwlwifi/iwl-core.c        |   83 +---
 drivers/net/wireless/iwlwifi/iwl-core.h        |   13 +-
 drivers/net/wireless/iwlwifi/iwl-debug.h       |    2 +-
 drivers/net/wireless/iwlwifi/iwl-dev.h         |    4 +
 drivers/net/wireless/iwlwifi/iwl-power.c       |  640 +---------------------
 drivers/net/wireless/iwlwifi/iwl-power.h       |   93 ----
 drivers/net/wireless/iwlwifi/iwl-tx.c          |    9 +-
 drivers/net/wireless/iwlwifi/iwl3945-base.c    |    5 +-
 18 files changed, 979 insertions(+), 810 deletions(-)
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-agn-tt.c
 create mode 100644 drivers/net/wireless/iwlwifi/iwl-agn-tt.h


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

end of thread, other threads:[~2010-08-06 21:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-31 15:34 [PATCH 0/8] iwlwifi update for 2.6.36 Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 1/8] iwlwifi: make iwl_hw_detect static to _agn Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 2/8] iwlagn: log pci revision id Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 3/8] iwlwifi: separate thermal throttling function Wey-Yi Guy
2010-08-06 13:14   ` Johannes Berg
2010-08-06 14:51     ` Guy, Wey-Yi
2010-08-06 18:59       ` Patches not make into wireless-next Guy, Wey-Yi
2010-08-06 19:17         ` John W. Linville
2010-08-06 21:56     ` [PATCH 3/8] iwlwifi: separate thermal throttling function Guy, Wey-Yi
2010-07-31 15:34 ` [PATCH 4/8] iwlwifi: make iwl_set_hw_params static to _agn Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 5/8] iwlwifi: fix compile warning Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 6/8] iwlwifi: track IBSS manager status Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 7/8] iwlwifi: BA scd_flow not match condition detected Wey-Yi Guy
2010-07-31 15:34 ` [PATCH 8/8] iwlagn: fix typo in ucode_bt_stats_read debugfs Wey-Yi Guy
2010-08-04 19:03 ` [PATCH 0/8] iwlwifi update for 2.6.36 John W. Linville
2010-08-04 19:17   ` 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).