mbox series

[for,v5.17,0/2] iwlwifi: fixes intended for v5.17 2022-01-28 part 2

Message ID 20220128124851.538580-1-luca@coelho.fi
Headers show
Series iwlwifi: fixes intended for v5.17 2022-01-28 part 2 | expand

Message

Luca Coelho Jan. 28, 2022, 12:48 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

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

These are two fixes that I missed in the previous patchset.

The changes are:

* Remove deprecated feature that causes FW errors when enabled with new FWs;
* Fix SAR Geo FW command failure with 3160 devices.

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.  I'll assign them to you.

Cheers,
Luca.


Luca Coelho (2):
  iwlwifi: remove deprecated broadcast filtering feature
  iwlwifi: mvm: don't send SAR GEO command for 3160 devices

 drivers/net/wireless/intel/iwlwifi/Kconfig    |  13 -
 drivers/net/wireless/intel/iwlwifi/fw/acpi.c  |  11 +-
 .../wireless/intel/iwlwifi/fw/api/commands.h  |   5 -
 .../wireless/intel/iwlwifi/fw/api/filter.h    |  88 -------
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |   2 -
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h  |   3 +-
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  | 203 ---------------
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |   2 +-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 240 ------------------
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  13 -
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |   1 -
 11 files changed, 9 insertions(+), 572 deletions(-)