All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] iwlwifi: updates intended for v5.1 2019-01-30
@ 2019-01-30 11:55 Luca Coelho
  2019-01-30 11:55 ` [PATCH 01/17] iwlwifi: bump FW API to 44 for 9000 and 22000 series Luca Coelho
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Luca Coelho @ 2019-01-30 11:55 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Luca Coelho

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

Hi,

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

The changes are:

* Work on the new debugging infrastructure continues;
* Support for new FW version 44;
* A couple of new FW API changes;
* A bunch of fixes for static analyzer reported issues;
* General bugfixes;
* Other cleanups and small fixes;

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

Please review.

Cheers,
Luca.


Emmanuel Grumbach (2):
  iwlwifi: mvm: support new format for the beacon notification
  iwlwifi: mvm: fix AP mode in WEP

Luca Coelho (3):
  iwlwifi: bump FW API to 44 for 9000 and 22000 series
  iwlwifi: dvm: fix some fall through warnings
  iwlwifi: mvm: add fall through comments where needed

Sara Sharon (2):
  iwlwifi: mvm: simplify some return conditions
  iwlwifi: mvm: support CHANNEL_SWITCH_TIME_EVENT_CMD command

Shahar S Matityahu (9):
  iwlwifi dbg_ini: update ini structs doc
  iwlwifi: dbg_ini: fix iwl_fw_ini_buffer_location field enum bad naming
  iwlwifi: dbg_ini: give better naming to region struct fields
  iwlwifi: fix bad dma handling in page_mem dumping flow
  iwlwifi: differentiate between alive timeout and alive flow failure
  iwlwifi: dbg_ini: update ini triggers enum
  iwlwifi: dbg_ini: update max region id num to  support 64 regions
  iwlwifi: Fix pre operational dumping flows
  iwlwifi: fix fallthrough comment in iwl-dnt-cfg.c

YueHaibing (1):
  iwlwifi: mvm: remove duplicated include from ops.c

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |   2 +-
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c |   2 +-
 drivers/net/wireless/intel/iwlwifi/dvm/rx.c   |   6 +-
 drivers/net/wireless/intel/iwlwifi/dvm/scan.c |   3 +-
 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   | 140 ++++++++---------
 .../wireless/intel/iwlwifi/fw/api/mac-cfg.h   |  27 ++++
 .../net/wireless/intel/iwlwifi/fw/api/tx.h    |  18 ++-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 110 ++++++++------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h   |   5 +-
 .../wireless/intel/iwlwifi/fw/error-dump.h    |   7 +-
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   5 +
 drivers/net/wireless/intel/iwlwifi/fw/init.c  |   3 +
 .../net/wireless/intel/iwlwifi/fw/runtime.h   |   1 -
 .../net/wireless/intel/iwlwifi/iwl-trans.h    |  13 ++
 drivers/net/wireless/intel/iwlwifi/mvm/coex.c |   7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/led.c  |   3 +
 .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c |  91 +++++++----
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 102 +++++++++----
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  15 +-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |   6 +-
 .../net/wireless/intel/iwlwifi/mvm/phy-ctxt.c |   1 +
 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 |  11 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 141 ++++++++++--------
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h  |   3 +
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |   4 -
 28 files changed, 464 insertions(+), 275 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-01-31 10:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30 11:55 [PATCH 00/17] iwlwifi: updates intended for v5.1 2019-01-30 Luca Coelho
2019-01-30 11:55 ` [PATCH 01/17] iwlwifi: bump FW API to 44 for 9000 and 22000 series Luca Coelho
2019-01-30 11:55 ` [PATCH 02/17] iwlwifi dbg_ini: update ini structs doc Luca Coelho
2019-01-30 11:55 ` [PATCH 03/17] iwlwifi: dbg_ini: fix iwl_fw_ini_buffer_location field enum bad naming Luca Coelho
2019-01-30 11:55 ` [PATCH 04/17] iwlwifi: dbg_ini: give better naming to region struct fields Luca Coelho
2019-01-30 11:55 ` [PATCH 05/17] iwlwifi: fix bad dma handling in page_mem dumping flow Luca Coelho
2019-01-30 11:55 ` [PATCH 06/17] iwlwifi: mvm: simplify some return conditions Luca Coelho
2019-01-30 11:55 ` [PATCH 07/17] iwlwifi: mvm: support CHANNEL_SWITCH_TIME_EVENT_CMD command Luca Coelho
2019-01-30 11:55 ` [PATCH 08/17] iwlwifi: differentiate between alive timeout and alive flow failure Luca Coelho
2019-01-30 11:55 ` [PATCH 09/17] iwlwifi: dbg_ini: update ini triggers enum Luca Coelho
2019-01-30 11:55 ` [PATCH 10/17] iwlwifi: dbg_ini: update max region id num to support 64 regions Luca Coelho
2019-01-30 11:55 ` [PATCH 11/17] iwlwifi: mvm: support new format for the beacon notification Luca Coelho
2019-01-30 11:55 ` [PATCH 12/17] iwlwifi: mvm: remove duplicated include from ops.c Luca Coelho
2019-01-30 11:55 ` [PATCH 13/17] iwlwifi: Fix pre operational dumping flows Luca Coelho
2019-01-30 11:55 ` [PATCH 14/17] iwlwifi: fix fallthrough comment in iwl-dnt-cfg.c Luca Coelho
2019-01-31 10:03   ` Luciano Coelho
2019-01-31 10:06     ` [PATCH] iwlwifi: dbg_ini: update ini structs meta doc Luca Coelho
2019-01-30 11:55 ` [PATCH 15/17] iwlwifi: dvm: fix some fall through warnings Luca Coelho
2019-01-30 11:55 ` [PATCH 16/17] iwlwifi: mvm: add fall through comments where needed Luca Coelho
2019-01-30 11:55 ` [PATCH 17/17] iwlwifi: mvm: fix AP mode in WEP 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.