public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] iwlwifi updates 11/13/2009
@ 2009-11-13 19:56 Reinette Chatre
  2009-11-13 19:56 ` [PATCH 01/16] iwlwifi: validate enhanced tx power entry Reinette Chatre
                   ` (16 more replies)
  0 siblings, 17 replies; 25+ messages in thread
From: Reinette Chatre @ 2009-11-13 19:56 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Reinette Chatre


Ben M Cahill (2):
  iwl3945: Reset saved POWER_TABLE_CMD in "up"
  iwlwifi: Add comments about CSR registers

Daniel C Halperin (2):
  iwlwifi: fix bugs in beacon configuration
  iwlwifi: make iwlwifi send beacons

Johannes Berg (3):
  iwlwifi: report PS filtered status
  iwlwifi: add sleep_tx_count ucode station API
  iwlwifi: handle unicast PS buffering

Reinette Chatre (1):
  iwlagn: power up device before initializing EEPROM

Wey-Yi Guy (8):
  iwlwifi: validate enhanced tx power entry
  iwlwifi: disable coex until implementation ready for 6x50
  iwlwifi: remove unused parameter from iwl_channel_info
  iwlwifi: drop non-production PCI-IDs for 6x50 series
  iwlwifi: remove external reference for non-exist data structure
  iwlwifi: update reply_statistics_cmd with 'clear' parameter
  iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 series
  iwlwifi: align tx/rx statistics debugfs format

 drivers/net/wireless/iwlwifi/iwl-4965.c     |    7 +-
 drivers/net/wireless/iwlwifi/iwl-5000.c     |   22 +++-
 drivers/net/wireless/iwlwifi/iwl-6000.c     |   34 -----
 drivers/net/wireless/iwlwifi/iwl-agn.c      |  139 +++++++++++++++++----
 drivers/net/wireless/iwlwifi/iwl-calib.c    |    2 +-
 drivers/net/wireless/iwlwifi/iwl-commands.h |   38 ++++++-
 drivers/net/wireless/iwlwifi/iwl-core.c     |   30 ++++--
 drivers/net/wireless/iwlwifi/iwl-core.h     |    5 +-
 drivers/net/wireless/iwlwifi/iwl-csr.h      |  177 +++++++++++++++++++++++----
 drivers/net/wireless/iwlwifi/iwl-debug.h    |    1 +
 drivers/net/wireless/iwlwifi/iwl-debugfs.c  |   54 ++++++---
 drivers/net/wireless/iwlwifi/iwl-dev.h      |   18 +--
 drivers/net/wireless/iwlwifi/iwl-eeprom.c   |   75 ++++++++----
 drivers/net/wireless/iwlwifi/iwl-eeprom.h   |    6 +-
 drivers/net/wireless/iwlwifi/iwl-power.c    |    2 +-
 drivers/net/wireless/iwlwifi/iwl-rx.c       |   35 +++---
 drivers/net/wireless/iwlwifi/iwl-sta.c      |   29 ++---
 drivers/net/wireless/iwlwifi/iwl-sta.h      |    3 +-
 drivers/net/wireless/iwlwifi/iwl-tx.c       |   51 ++++++++-
 drivers/net/wireless/iwlwifi/iwl3945-base.c |    4 +-
 20 files changed, 532 insertions(+), 200 deletions(-)


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

end of thread, other threads:[~2009-11-18 23:47 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 19:56 [PATCH 00/16] iwlwifi updates 11/13/2009 Reinette Chatre
2009-11-13 19:56 ` [PATCH 01/16] iwlwifi: validate enhanced tx power entry Reinette Chatre
2009-11-13 19:56 ` [PATCH 02/16] iwlwifi: disable coex until implementation ready for 6x50 Reinette Chatre
2009-11-13 19:56 ` [PATCH 03/16] iwlwifi: remove unused parameter from iwl_channel_info Reinette Chatre
2009-11-13 19:56 ` [PATCH 04/16] iwlwifi: drop non-production PCI-IDs for 6x50 series Reinette Chatre
2009-11-14 15:26   ` Gábor Stefanik
2009-11-16 14:24     ` Guy, Wey-Yi
2009-11-13 19:56 ` [PATCH 05/16] iwlwifi: remove external reference for non-exist data structure Reinette Chatre
2009-11-13 19:56 ` [PATCH 06/16] iwlwifi: update reply_statistics_cmd with 'clear' parameter Reinette Chatre
2009-11-13 19:56 ` [PATCH 07/16] iwl3945: Reset saved POWER_TABLE_CMD in "up" Reinette Chatre
2009-11-13 19:56 ` [PATCH 08/16] iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 series Reinette Chatre
2009-11-13 19:56 ` [PATCH 09/16] iwlwifi: align tx/rx statistics debugfs format Reinette Chatre
2009-11-13 19:56 ` [PATCH 10/16] iwlagn: power up device before initializing EEPROM Reinette Chatre
2009-11-13 19:56 ` [PATCH 11/16] iwlwifi: fix bugs in beacon configuration Reinette Chatre
2009-11-13 19:56 ` [PATCH 12/16] iwlwifi: make iwlwifi send beacons Reinette Chatre
2009-11-13 19:56 ` [PATCH 13/16] iwlwifi: report PS filtered status Reinette Chatre
2009-11-13 19:56 ` [PATCH 14/16] iwlwifi: add sleep_tx_count ucode station API Reinette Chatre
2009-11-13 19:56 ` [PATCH 15/16] iwlwifi: handle unicast PS buffering Reinette Chatre
2009-11-13 22:14   ` Maxim Levitsky
2009-11-13 22:20     ` Johannes Berg
2009-11-18 23:34       ` Maxim Levitsky
2009-11-18 23:46         ` Johannes Berg
2009-11-13 19:56 ` [PATCH 16/16] iwlwifi: Add comments about CSR registers Reinette Chatre
2009-11-13 20:12 ` [PATCH 00/16] iwlwifi updates 11/13/2009 Luis R. Rodriguez
2009-11-13 20:41   ` reinette chatre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox