linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] iwlwifi: updates intended for v5.3 2019-06-25
@ 2019-06-25  9:44 Luca Coelho
  2019-06-25  9:44 ` [PATCH 01/12] iwlwifi: iwl_mvm_tx_mpdu() must be called with BH disabled Luca Coelho
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Luca Coelho @ 2019-06-25  9:44 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Luca Coelho

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

Hi,

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

The changes are:

* Work on the new debugging framework continues;
* Update the FW API for CSI;
* Other small fixes and improvements;

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

Please review.

Cheers,
Luca.


Jiri Kosina (1):
  iwlwifi: iwl_mvm_tx_mpdu() must be called with BH disabled

Johannes Berg (1):
  iwlwifi: update CSI API

Mordechay Goodstein (2):
  iwlwifi: mvm: add a debugfs entry to set a fixed size AMSDU for all TX
    packets
  iwlwifi: mvm: remove multiple debugfs entries

Shahar S Matityahu (8):
  iwlwifi: dbg: allow dump collection in case of an early error
  iwlwifi: dbg_ini: dump headers cleanup
  iwlwifi: dbg_ini: abort region collection in case the size is 0
  iwlwifi: dbg_ini: add consecutive trigger firing support
  iwlwifi: dbg_ini: use different barker for ini dump
  iwlwifi: dbg_ini: support debug info TLV
  iwlwifi: dbg_ini: implement dump info collection
  iwlwifi: fw api: support adwell HB default APs number api

 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   |  22 ++
 .../wireless/intel/iwlwifi/fw/api/location.h  |  11 +-
 .../net/wireless/intel/iwlwifi/fw/api/scan.h  |  15 +
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 329 +++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h   |  40 ++-
 .../wireless/intel/iwlwifi/fw/error-dump.h    | 111 ++++--
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |  14 +-
 drivers/net/wireless/intel/iwlwifi/fw/init.c  |   7 +-
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |  28 +-
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  |   1 +
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |   1 +
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  |  66 ++--
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |   2 +
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |   7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  16 +-
 .../net/wireless/intel/iwlwifi/mvm/rs-fw.c    |   2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c |  12 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h  |   4 +
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |  13 +-
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  21 +-
 21 files changed, 529 insertions(+), 195 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-06-25  9:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25  9:44 [PATCH 00/12] iwlwifi: updates intended for v5.3 2019-06-25 Luca Coelho
2019-06-25  9:44 ` [PATCH 01/12] iwlwifi: iwl_mvm_tx_mpdu() must be called with BH disabled Luca Coelho
2019-06-25  9:44 ` [PATCH 02/12] iwlwifi: dbg: allow dump collection in case of an early error Luca Coelho
2019-06-25  9:44 ` [PATCH 03/12] iwlwifi: dbg_ini: dump headers cleanup Luca Coelho
2019-06-25  9:44 ` [PATCH 04/12] iwlwifi: update CSI API Luca Coelho
2019-06-25  9:44 ` [PATCH 05/12] iwlwifi: dbg_ini: abort region collection in case the size is 0 Luca Coelho
2019-06-25  9:44 ` [PATCH 06/12] iwlwifi: dbg_ini: add consecutive trigger firing support Luca Coelho
2019-06-25  9:44 ` [PATCH 07/12] iwlwifi: dbg_ini: use different barker for ini dump Luca Coelho
2019-06-25  9:44 ` [PATCH 08/12] iwlwifi: dbg_ini: support debug info TLV Luca Coelho
2019-06-25  9:44 ` [PATCH 09/12] iwlwifi: mvm: add a debugfs entry to set a fixed size AMSDU for all TX packets Luca Coelho
2019-06-25  9:44 ` [PATCH 10/12] iwlwifi: dbg_ini: implement dump info collection Luca Coelho
2019-06-25  9:44 ` [PATCH 11/12] iwlwifi: mvm: remove multiple debugfs entries Luca Coelho
2019-06-25  9:44 ` [PATCH 12/12] iwlwifi: fw api: support adwell HB default APs number api Luca Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).