mbox series

pull-request: iwlwifi-next 2018-10-12

Message ID f39924d6bbc4621137cf70abe4bbfac0e5949f32.camel@coelho.fi (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show
Series pull-request: iwlwifi-next 2018-10-12 | expand

Pull-request

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

Message

Luca Coelho Oct. 12, 2018, 8:40 a.m. UTC
Hi Kalle,

This is the fourth batch of patches intended for v4.20.  This includes
only the last patchset I sent.  Usual development work, mostly queue
handling cleanups.  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 abf1a08ff3237a27188ff8cc2904f2cea893af55:

  net: vhost: remove bad code line (2018-10-07 21:31:32 -0700)

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-2018-10-12

for you to fetch changes up to 724fe7710ac5f4289886b90060ed67e3a4bdd584:

  iwlwifi: mvm: kill INACTIVE queue state (2018-10-08 10:49:22 +0300)

----------------------------------------------------------------
Fourth set of iwlwifi patches intended for 4.20

* Support for a new scan type;
* Clean-up in the queue handling code;
* A few bug fixes;

----------------------------------------------------------------
Ayala Beker (2):
      iwlwifi: mvm: introduce a new fragmented scan type: fast balance
      iwlwifi: mvm: use fast balance scan in case of DCM mode with P2P GO

Johannes Berg (11):
      iwlwifi: mvm: give TX queue info struct a name
      iwlwifi: mvm: move queue management into sta.c
      iwlwifi: mvm: remove per-queue hw refcount
      iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()
      iwlwifi: mvm: move queue reconfiguration into new function
      iwlwifi: mvm: reconfigure queues during inactivity check
      iwlwifi: mvm: remove RECONFIGURING queue state
      iwlwifi: mvm: make queue TID change more explicit
      iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() static
      iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() down
      iwlwifi: mvm: kill INACTIVE queue state

Sara Sharon (3):
      iwlwifi: mvm: don't send keys when entering D3
      iwlwifi: pcie: don't pad AMSDU packets
      iwlwifi: trace: change trace to trace one TB at a time

Shahar S Matityahu (2):
      iwlwifi: dump debug data before stop device
      iwlwifi: mvm: move rt status check to the start of the resume flow

 drivers/net/wireless/intel/iwlwifi/fw/dbg.c            |  27 +++-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h            |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-devtrace-data.h |  30 +---
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c            |  64 +++++---
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c            |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h           |  54 +++----
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c          | 115 +++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c           | 837 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h           |   8 -
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c            |  34 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/utils.c         | 420 +-----------------------------------------------
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c      |  28 ++--
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c           |  29 ++--
 13 files changed, 825 insertions(+), 831 deletions(-)

Comments

Kalle Valo Oct. 13, 2018, 11:47 a.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> This is the fourth batch of patches intended for v4.20.  This includes
> only the last patchset I sent.  Usual development work, mostly queue
> handling cleanups.  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 abf1a08ff3237a27188ff8cc2904f2cea893af55:
>
>   net: vhost: remove bad code line (2018-10-07 21:31:32 -0700)
>
> 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-2018-10-12
>
> for you to fetch changes up to 724fe7710ac5f4289886b90060ed67e3a4bdd584:
>
>   iwlwifi: mvm: kill INACTIVE queue state (2018-10-08 10:49:22 +0300)
>
> ----------------------------------------------------------------
> Fourth set of iwlwifi patches intended for 4.20
>
> * Support for a new scan type;
> * Clean-up in the queue handling code;
> * A few bug fixes;
>
> ----------------------------------------------------------------

Pulled, thanks.