linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2013-08-16
@ 2013-08-16 11:06 Johannes Berg
  2013-08-16 11:06 ` [PATCH 01/20] iwlwifi: mvm: Fix beacon filtering enablement via debugfs Johannes Berg
  2013-08-16 18:49 ` pull-request: iwlwifi-next 2013-08-16 John W. Linville
  0 siblings, 2 replies; 22+ messages in thread
From: Johannes Berg @ 2013-08-16 11:06 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 3435 bytes --]

John,

For iwlwifi-next I also have some new code...

This time I have some powersave work (notably uAPSD support), CQM
offloads, support for a new firmware API and various code cleanups.

Let me know if there's any problem.

johannes


The following changes since commit ef4394b9477f9078d78ae3e8359eae094c9b19d8:

  iwlwifi: mvm: use designated initialization for some arrays (2013-08-06 10:35:04 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git for-john

for you to fetch changes up to 89716344806bd49d213ad5960661e8c2d38c4982:

  iwlwifi: mvm: Add PBW snoozing enablement (2013-08-16 12:13:28 +0200)

----------------------------------------------------------------
Alexander Bondar (3):
      iwlwifi: mvm: Fix beacon filtering enablement via debugfs
      iwlwifi: mvm: Add basic uAPSD client support
      iwlwifi: mvm: Add PBW snoozing enablement

Andrei Otcheretianski (1):
      iwlwifi: mvm: Implement CQM offloading

Dan Carpenter (1):
      iwlwifi: pcie: returning positive instead of negative

Eliad Peller (1):
      iwlwifi: mvm: don't clear tbl->win mistakenly

Eyal Shapira (4):
      iwlwifi: mvm: remove rate_scale_data debugfs entry
      iwlwifi: mvm: remove unused fields of iwl_rs_rate_info
      iwlwifi: mvm: remove MIMO3 from rate scale code
      iwlwifi: mvm: remove unused param of rs_dbgfs_set_mcs

Eytan Lifshitz (1):
      iwlwifi: mvm: add support to the new FW time event API

Ido Yariv (3):
      iwlwifi: pcie: Refactor iwl_queue_space
      iwlwifi: pcie: Refactor iwl_rxq_space
      iwlwifi: pcie: Remove duplicate code from pcie irq handlers

Johannes Berg (1):
      iwlwifi: mvm: refactor resume from WoWLAN code

Luciano Coelho (4):
      iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc()
      iwlwifi: use a macro for default probe length
      iwlwifi: Kconfig: fix help texts wrt 7260 and 3160 devices
      iwlwifi: return -ENOMEM instead of NULL when OOM in iwl_drv_start()

Matti Gottlieb (1):
      iwlwifi: introduce external debug level

 drivers/net/wireless/iwlwifi/Kconfig            |  13 +-
 drivers/net/wireless/iwlwifi/iwl-debug.h        |   2 +
 drivers/net/wireless/iwlwifi/iwl-drv.c          |  10 +-
 drivers/net/wireless/iwlwifi/iwl-fw.h           |   5 +
 drivers/net/wireless/iwlwifi/mvm/constants.h    |   9 +
 drivers/net/wireless/iwlwifi/mvm/d3.c           | 151 ++++----
 drivers/net/wireless/iwlwifi/mvm/debugfs.c      |  17 +-
 drivers/net/wireless/iwlwifi/mvm/fw-api-power.h |  24 +-
 drivers/net/wireless/iwlwifi/mvm/fw-api.h       | 228 +++++++++---
 drivers/net/wireless/iwlwifi/mvm/mac80211.c     |  29 +-
 drivers/net/wireless/iwlwifi/mvm/mvm.h          |  27 +-
 drivers/net/wireless/iwlwifi/mvm/power.c        | 199 +++++++++-
 drivers/net/wireless/iwlwifi/mvm/rs.c           | 474 ++++--------------------
 drivers/net/wireless/iwlwifi/mvm/rs.h           |  64 +---
 drivers/net/wireless/iwlwifi/mvm/rx.c           |  61 ++-
 drivers/net/wireless/iwlwifi/mvm/time-event.c   |  96 +++--
 drivers/net/wireless/iwlwifi/pcie/drv.c         |   6 +-
 drivers/net/wireless/iwlwifi/pcie/rx.c          |  43 +--
 drivers/net/wireless/iwlwifi/pcie/trans.c       |  26 +-
 drivers/net/wireless/iwlwifi/pcie/tx.c          |  38 +-
 20 files changed, 809 insertions(+), 713 deletions(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

end of thread, other threads:[~2013-08-16 22:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 11:06 pull-request: iwlwifi-next 2013-08-16 Johannes Berg
2013-08-16 11:06 ` [PATCH 01/20] iwlwifi: mvm: Fix beacon filtering enablement via debugfs Johannes Berg
2013-08-16 11:06   ` [PATCH 02/20] iwlwifi: introduce external debug level Johannes Berg
2013-08-16 11:06   ` [PATCH 03/20] iwlwifi: pcie: Refactor iwl_queue_space Johannes Berg
2013-08-16 11:06   ` [PATCH 04/20] iwlwifi: pcie: Refactor iwl_rxq_space Johannes Berg
2013-08-16 11:06   ` [PATCH 05/20] iwlwifi: pcie: Remove duplicate code from pcie irq handlers Johannes Berg
2013-08-16 11:06   ` [PATCH 06/20] iwlwifi: mvm: add support to the new FW time event API Johannes Berg
2013-08-16 11:06   ` [PATCH 07/20] iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc() Johannes Berg
2013-08-16 11:06   ` [PATCH 08/20] iwlwifi: mvm: remove rate_scale_data debugfs entry Johannes Berg
2013-08-16 11:06   ` [PATCH 09/20] iwlwifi: pcie: returning positive instead of negative Johannes Berg
2013-08-16 11:07   ` [PATCH 10/20] iwlwifi: mvm: remove unused fields of iwl_rs_rate_info Johannes Berg
2013-08-16 11:07   ` [PATCH 11/20] iwlwifi: mvm: don't clear tbl->win mistakenly Johannes Berg
2013-08-16 11:07   ` [PATCH 12/20] iwlwifi: mvm: Add basic uAPSD client support Johannes Berg
2013-08-16 11:07   ` [PATCH 13/20] iwlwifi: mvm: remove MIMO3 from rate scale code Johannes Berg
2013-08-16 11:07   ` [PATCH 14/20] iwlwifi: mvm: remove unused param of rs_dbgfs_set_mcs Johannes Berg
2013-08-16 11:07   ` [PATCH 15/20] iwlwifi: mvm: refactor resume from WoWLAN code Johannes Berg
2013-08-16 11:07   ` [PATCH 16/20] iwlwifi: use a macro for default probe length Johannes Berg
2013-08-16 11:07   ` [PATCH 17/20] iwlwifi: Kconfig: fix help texts wrt 7260 and 3160 devices Johannes Berg
2013-08-16 11:07   ` [PATCH 18/20] iwlwifi: return -ENOMEM instead of NULL when OOM in iwl_drv_start() Johannes Berg
2013-08-16 11:07   ` [PATCH 19/20] iwlwifi: mvm: Implement CQM offloading Johannes Berg
2013-08-16 11:07   ` [PATCH 20/20] iwlwifi: mvm: Add PBW snoozing enablement Johannes Berg
2013-08-16 18:49 ` pull-request: iwlwifi-next 2013-08-16 John W. Linville

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