Linux wireless drivers development
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org, linuxwifi@intel.com,
	david.e.box@intel.com, janet.morgan@intel.com,
	joe.konno@intel.com
Subject: pull-request: iwlwifi-next 2017-12-05
Date: Tue, 05 Dec 2017 21:10:20 +0200	[thread overview]
Message-ID: <1512501020.4827.197.camel@coelho.fi> (raw)

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

Hi Kalle,

This is my second batch of patches intended for v4.16.  As I mentioned
in the patchset thread, I moved patches 5/15 and 6/16 to iwlwifi-fixes. 
Otherwise nothing major here, just the usual continued development.
More details about the contents in the tag description.

I have sent this out before and kbuildbot reported success.

Please let me know if there are any issues.

Cheers,
Luca.


The following changes since commit 80b0ebd488b3edaf3e5ed08c34a952c804e3a635:

  Merge tag 'iwlwifi-next-for-kalle-2017-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2017-12-02 15:22:54 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next.git tags/iwlwifi-next-for-kalle-2017-12-05

for you to fetch changes up to 0190ff24e55efd3e02479537c2d91835602fffa3:

  iwlwifi: mvm: request statistics when reading debugfs (2017-12-05 21:01:43 +0200)

----------------------------------------------------------------
Second batch of iwlwifi updates for v4.16

* Initial work for rate-scaling offload;
* Support for new FW API version;
* Some fixes here and there;

----------------------------------------------------------------
Avraham Stern (1):
      iwlwifi: mvm: add WFA vendor specific TPC report IE to probe request

Emmanuel Grumbach (1):
      iwlwifi: mvm: remove set but unused variable in iwl_mvm_roc_done_wk

Gregory Greenman (7):
      iwlwifi: mvm: rs: introduce new API for rate scaling
      iwlwifi: mvm: rs: add ops for the new rate scaling in the FW
      iwlwifi: mvm: rs: add basic implementation of the new RS API handlers
      iwlwifi: mvm: rs: new rate scale API - add FW notifications
      iwlwifi: mvm: rs: new rate scale API - add debugfs hooks
      iwlwifi: mvm: rs: add size checks when printing to a buffer
      iwlwifi: mvm: rs: add sanity check when sending LQ command

Johannes Berg (1):
      iwlwifi: mvm: request statistics when reading debugfs

Liad Kaufman (1):
      iwlwifi: mvm: make init_dbg effective only on failure

Luca Coelho (1):
      iwlwifi: bump FW API to 36 for 8000 and up

Sara Sharon (1):
      iwlwifi: mvm: avoid dumping assert log when device is stopped

 drivers/net/wireless/intel/iwlwifi/cfg/22000.c       |   2 +-
 drivers/net/wireless/intel/iwlwifi/cfg/8000.c        |   4 +-
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c        |   2 +-
 drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h |  15 +++++
 drivers/net/wireless/intel/iwlwifi/fw/api/rs.h       | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/fw/file.h         |   2 +
 drivers/net/wireless/intel/iwlwifi/mvm/Makefile      |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c     |  79 ++++++++++++++++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c          |   8 +--
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c    |  13 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h         |  10 +++-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c         |   9 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c       | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c          | 230 ++++++++++++++++++++++++++++++++++++++---------------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/rs.h          |  48 +++++++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c          |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c        |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c        |  35 ++++++++++-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c         |  19 +++++-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h         |   7 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/time-event.c  |   9 +--
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c          |   8 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c       |  14 ++++-
 23 files changed, 952 insertions(+), 144 deletions(-)
 create mode 100644 drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c

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

             reply	other threads:[~2017-12-05 19:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-05 19:10 Luca Coelho [this message]
2017-12-08 13:01 ` pull-request: iwlwifi-next 2017-12-05 Kalle Valo

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=1512501020.4827.197.camel@coelho.fi \
    --to=luca@coelho.fi \
    --cc=david.e.box@intel.com \
    --cc=janet.morgan@intel.com \
    --cc=joe.konno@intel.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.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