linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: iwlwifi-next 2013-08-16
Date: Fri, 16 Aug 2013 13:06:01 +0200	[thread overview]
Message-ID: <1376651161.15299.24.camel@jlt4.sipsolutions.net> (raw)

[-- 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 --]

             reply	other threads:[~2013-08-16 11:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-16 11:06 Johannes Berg [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376651161.15299.24.camel@jlt4.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).