From patchwork Fri Jan 28 12:30:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 538232 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50AD3C433EF for ; Fri, 28 Jan 2022 12:31:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348409AbiA1MbO (ORCPT ); Fri, 28 Jan 2022 07:31:14 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:37816 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1348416AbiA1MbN (ORCPT ); Fri, 28 Jan 2022 07:31:13 -0500 Received: from 91-155-254-253.elisa-laajakaista.fi ([91.155.254.253] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1nDQP7-0002A0-DA; Fri, 28 Jan 2022 14:31:10 +0200 From: Luca Coelho To: kvalo@kernel.org Cc: luca@coelho.fi, linux-wireless@vger.kernel.org Date: Fri, 28 Jan 2022 14:30:49 +0200 Message-Id: <20220128123057.524038-1-luca@coelho.fi> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [PATCH for v5.17 0/8] iwlwifi: fixes intended for v5.17 2022-01-28 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho 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(-)