mbox series

[for,v5.11,0/7] iwlwifi: fixes intended for v5.11 2021-01-22

Message ID 20210122125242.107146-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for v5.11 2021-01-22 | expand

Message

Luca Coelho Jan. 22, 2021, 12:52 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

This is the second patchset with fixes for v5.11.

The changes are:

* Some HW matching fixes;
* A fix for DSM methods reading;
* Some memory leak fixes;
* Other important fixes here and there.

As usual, I'm pushing this to a pending branch, for kbuild bot.  And
since these are fixes for the rc series, please take them directly to
wireless-drivers.git, as we agreed.

Cheers,
Luca.


Gregory Greenman (1):
  iwlwifi: mvm: invalidate IDs of internal stations at mvm start

Johannes Berg (2):
  iwlwifi: mvm: guard against device removal in reprobe
  iwlwifi: queue: bail out on invalid freeing

Luca Coelho (1):
  iwlwifi: pcie: add rules to match Qu with Hr2

Matt Chen (1):
  iwlwifi: mvm: fix the return type for DSM functions 1 and 2

Matti Gottlieb (1):
  iwlwifi: Fix IWL_SUBDEVICE_NO_160 macro to use the correct bit.

Shaul Triebitz (1):
  iwlwifi: mvm: clear IN_D3 after wowlan status cmd

 .../net/wireless/intel/iwlwifi/cfg/22000.c    | 25 +++++++
 drivers/net/wireless/intel/iwlwifi/fw/acpi.c  | 65 ++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/fw/acpi.h  |  7 +-
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |  6 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   | 25 +++----
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  7 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  |  6 ++
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 10 +++
 drivers/net/wireless/intel/iwlwifi/queue/tx.c |  6 +-
 10 files changed, 125 insertions(+), 39 deletions(-)