All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] iwlwifi: updates intended for v5.8 2020-04-17
@ 2020-04-17 10:21 Luca Coelho
  2020-04-17 10:21 ` [PATCH 01/10] iwlwifi: scan: remove support for fw scan api v13 Luca Coelho
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Luca Coelho @ 2020-04-17 10:21 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the first set of patches intended for v5.8.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* TX queue debugfs improvements;
* Support for a few new FW API versions;
* Remove deprecated scan FW API version;
* More debugging fetures;
* Some other small fixes and clean-ups;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.


Johannes Berg (4):
  iwlwifi: pcie: use seq_file for tx_queue debugfs file
  iwlwifi: pcie: add n_window/ampdu to tx_queue debugfs
  iwlwifi: pcie: gen2: minor code cleanups in byte table update
  iwlwifi: mvm: add DCM flag to rate pretty-print

Mordechay Goodstein (2):
  iwlwifi: move API version lookup to common code
  iwlwifi: support version 9 of WOWLAN_GET_STATUS notification

Shahar S Matityahu (2):
  iwlwifi: dbg: support multiple dumps in legacy dump flow
  iwlwifi: yoyo: support IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT time
    point

Tova Mussai (2):
  iwlwifi: scan: remove support for fw scan api v13
  iwlwifi: nvm: use iwl_nl80211_band_from_channel_idx

 drivers/net/wireless/intel/iwlwifi/Makefile   |   3 +-
 .../net/wireless/intel/iwlwifi/fw/api/d3.h    |  39 ++++-
 .../net/wireless/intel/iwlwifi/fw/api/scan.h  |  26 ----
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 139 ++++++++++++------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h   |  11 --
 drivers/net/wireless/intel/iwlwifi/fw/img.c   | 100 +++++++++++++
 drivers/net/wireless/intel/iwlwifi/fw/img.h   |  19 +--
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |  14 +-
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    |   3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |  29 ++--
 .../intel/iwlwifi/mvm/ftm-initiator.c         |   4 +-
 .../intel/iwlwifi/mvm/ftm-responder.c         |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |   6 +-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |   1 -
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  24 +--
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c   |   3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c |  44 +-----
 .../net/wireless/intel/iwlwifi/pcie/trans.c   | 122 +++++++++++----
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c |   8 +-
 20 files changed, 375 insertions(+), 228 deletions(-)
 create mode 100644 drivers/net/wireless/intel/iwlwifi/fw/img.c

-- 
2.25.1


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

end of thread, other threads:[~2020-04-21 10:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 10:21 [PATCH 00/10] iwlwifi: updates intended for v5.8 2020-04-17 Luca Coelho
2020-04-17 10:21 ` [PATCH 01/10] iwlwifi: scan: remove support for fw scan api v13 Luca Coelho
2020-04-17 10:21 ` [PATCH 02/10] iwlwifi: move API version lookup to common code Luca Coelho
2020-04-21  9:18   ` Kalle Valo
2020-04-21 10:28     ` Luca Coelho
2020-04-21 10:33       ` [PATCH v2] " Luca Coelho
2020-04-17 10:21 ` [PATCH 03/10] iwlwifi: nvm: use iwl_nl80211_band_from_channel_idx Luca Coelho
2020-04-17 10:21 ` [PATCH 04/10] iwlwifi: dbg: support multiple dumps in legacy dump flow Luca Coelho
2020-04-17 10:21 ` [PATCH 05/10] iwlwifi: support version 9 of WOWLAN_GET_STATUS notification Luca Coelho
2020-04-17 10:21 ` [PATCH 06/10] iwlwifi: pcie: use seq_file for tx_queue debugfs file Luca Coelho
2020-04-17 10:21 ` [PATCH 07/10] iwlwifi: pcie: add n_window/ampdu to tx_queue debugfs Luca Coelho
2020-04-17 10:21 ` [PATCH 08/10] iwlwifi: pcie: gen2: minor code cleanups in byte table update Luca Coelho
2020-04-17 10:21 ` [PATCH 09/10] iwlwifi: mvm: add DCM flag to rate pretty-print Luca Coelho
2020-04-17 10:21 ` [PATCH 10/10] iwlwifi: yoyo: support IWL_FW_INI_TIME_POINT_HOST_ALIVE_TIMEOUT time point Luca Coelho

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.