mbox series

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

Message ID 20220128123057.524038-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for v5.17 2022-01-28 | expand

Message

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

Hi,

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

The changes are:

* A few fixes for iwlmei;
* A couple of fixes in an error path during init that renders the
  device unusable;
* Two fixes for the newly introduced rate_n_flags FW API;

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.


Emmanuel Grumbach (4):
  iwlwifi: mei: fix the pskb_may_pull check in ipv4
  iwlwifi: mei: retry mapping the shared area
  iwlwifi: mvm: don't feed the hardware RFKILL into iwlmei
  iwlwifi: mei: report RFKILL upon register when needed

Johannes Berg (2):
  iwlwifi: pcie: fix locking when "HW not ready"
  iwlwifi: pcie: gen2: fix locking when "HW not ready"

Miri Korenblit (2):
  iwlwifi: mvm: fix condition which checks the version of rate_n_flags
  iwlwifi: fix iwl_legacy_rate_to_fw_idx

 .../net/wireless/intel/iwlwifi/fw/api/rs.h    |  1 -
 drivers/net/wireless/intel/iwlwifi/fw/rs.c    | 33 +++++++-------
 drivers/net/wireless/intel/iwlwifi/mei/main.c | 45 ++++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mei/net.c  |  3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |  2 +-
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  |  3 +-
 .../net/wireless/intel/iwlwifi/pcie/trans.c   |  3 +-
 8 files changed, 57 insertions(+), 35 deletions(-)