All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@kernel.org
Cc: luca@coelho.fi, linux-wireless@vger.kernel.org
Subject: [PATCH for v5.17 0/2] iwlwifi: fixes intended for v5.17 2022-01-28 part 2
Date: Fri, 28 Jan 2022 14:48:49 +0200	[thread overview]
Message-ID: <20220128124851.538580-1-luca@coelho.fi> (raw)

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(-)

-- 
2.34.1


             reply	other threads:[~2022-01-28 12:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 12:48 Luca Coelho [this message]
2022-01-28 12:48 ` [PATCH for v5.17 1/2] iwlwifi: remove deprecated broadcast filtering feature Luca Coelho
2022-01-31  8:08   ` Thorsten Leemhuis
2022-01-31 11:12     ` Kalle Valo
2022-01-31 12:45       ` Thorsten Leemhuis
2022-02-03  9:02         ` Kalle Valo
2022-02-04  9:38           ` Thorsten Leemhuis
2022-02-03  8:26   ` [for,v5.17,1/2] " Kalle Valo
2022-01-28 12:48 ` [PATCH for v5.17 2/2] iwlwifi: mvm: don't send SAR GEO command for 3160 devices Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220128124851.538580-1-luca@coelho.fi \
    --to=luca@coelho.fi \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.