All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: iwlwifi-next 2017-12-05
@ 2017-12-05 19:10 Luca Coelho
  2017-12-08 13:01 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2017-12-05 19:10 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, linuxwifi, david.e.box, janet.morgan, joe.konno

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

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

* Re: pull-request: iwlwifi-next 2017-12-05
  2017-12-05 19:10 pull-request: iwlwifi-next 2017-12-05 Luca Coelho
@ 2017-12-08 13:01 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-12-08 13:01 UTC (permalink / raw)
  To: Luca Coelho
  Cc: linux-wireless, linuxwifi, david.e.box, janet.morgan, joe.konno

Luca Coelho <luca@coelho.fi> writes:

> 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;
>
> ----------------------------------------------------------------

Pulled, thanks.

-- 
Kalle Valo

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

end of thread, other threads:[~2017-12-08 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05 19:10 pull-request: iwlwifi-next 2017-12-05 Luca Coelho
2017-12-08 13:01 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.