mbox series

pull-request: iwlwifi-next 2018-11-23

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

Pull-request

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

Message

Luca Coelho Nov. 23, 2018, 11:19 a.m. UTC
Hi Kalle,

This is the second batch of patches intended for v4.21.  This includes
only the last patchset I sent.  Usual development work, mostly in the
debugging infrastructure and small fixes and 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 12d56175c89c8a8cc41e478775155709274ff733:

  Merge tag 'iwlwifi-next-for-kalle-2018-11-11' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2018-11-15 16:59:01 +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-2018-11-23

for you to fetch changes up to 520229e4b02dc4f5241a251a569fe0691a2c2e2c:

  iwlwifi: mvm: set HW capability VHT_EXT_NSS_BW (2018-11-23 13:01:08 +0200)

----------------------------------------------------------------
second batch of iwlwifi patches intended for v4.21

* New FW debugging infrastructure;
* Some more work on 802.11ax;
* Improve support for multiple RF modules with 22000 devices;
* Remove an unused FW parameter;
* Other debugging improvements;

----------------------------------------------------------------
Emmanuel Grumbach (2):
      iwlwifi: mvm: remove assignment of the reciprocal
      iwlwifi: mvm: add support for TWT capabilities

Lior Cohen (2):
      iwlwifi: add fw dump upon RT ucode start failure
      iwlwifi: add debugfs file to read fw debug data recording

Luca Coelho (1):
      iwlwifi: fix cfg structs for 22000 with different RF modules

Sara Sharon (8):
      iwlwifi: dbg: don't limit dump decisions to all or monitor
      iwlwifi: dbg: split fifos dump
      iwlwifi: fw: add FW API of new TLV infrastructure
      iwlwifi: trans: parse and store debug ini TLVs
      iwlwifi: trans: support loading ini TLVs from external file
      iwlwifi: dbg: disable triggers for ini
      iwlwifi: dbg: add apply point logic
      iwlwifi: fw: support API change to debug TLVs

Shaul Triebitz (3):
      iwlwifi: mvm: set MAC_FILTER_IN_11AX in AP mode
      iwlwifi: mvm: send the STA_HE_CTXT command in AP mode
      iwlwifi: mvm: set HW capability VHT_EXT_NSS_BW

 drivers/net/wireless/intel/iwlwifi/Makefile         |   1 +
 drivers/net/wireless/intel/iwlwifi/cfg/22000.c      |   1 -
 drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h | 401 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/api/mac.h     |  39 +++++-----
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c         | 277 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h         |  22 ++++++
 drivers/net/wireless/intel/iwlwifi/fw/file.h        |   7 ++
 drivers/net/wireless/intel/iwlwifi/fw/img.h         |  26 +++++++
 drivers/net/wireless/intel/iwlwifi/fw/runtime.h     |   3 +
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c    | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.h    |  87 ++++++++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c        |  24 +++++-
 drivers/net/wireless/intel/iwlwifi/iwl-modparams.h  |   2 +
 drivers/net/wireless/intel/iwlwifi/iwl-trans.h      |  23 ++++--
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c         |   5 ++
 drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c   |  39 ++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c   |   4 +
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c        |   1 -
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c       |   2 +-
 drivers/net/wireless/intel/iwlwifi/pcie/internal.h  |  44 +++++++++++
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c     | 213 +++++++++++++++++++++++++++++++++++++++++++++++-----
 21 files changed, 1374 insertions(+), 77 deletions(-)
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/api/dbg-tlv.h
 create mode 100644 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c
 create mode 100644 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.h

Comments

Kalle Valo Nov. 29, 2018, 9:53 a.m. UTC | #1
Luca Coelho <luca@coelho.fi> writes:

> Hi Kalle,
>
> This is the second batch of patches intended for v4.21.  This includes
> only the last patchset I sent.  Usual development work, mostly in the
> debugging infrastructure and small fixes and 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 12d56175c89c8a8cc41e478775155709274ff733:
>
>   Merge tag 'iwlwifi-next-for-kalle-2018-11-11' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next (2018-11-15 16:59:01 +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-2018-11-23
>
> for you to fetch changes up to 520229e4b02dc4f5241a251a569fe0691a2c2e2c:
>
>   iwlwifi: mvm: set HW capability VHT_EXT_NSS_BW (2018-11-23 13:01:08 +0200)
>
> ----------------------------------------------------------------
> second batch of iwlwifi patches intended for v4.21
>
> * New FW debugging infrastructure;
> * Some more work on 802.11ax;
> * Improve support for multiple RF modules with 22000 devices;
> * Remove an unused FW parameter;
> * Other debugging improvements;
>
> ----------------------------------------------------------------

Pulled, thanks.