From patchwork Fri Mar 26 10:57:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 409909 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FF80C433E0 for ; Fri, 26 Mar 2021 10:58:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 12E6E619C9 for ; Fri, 26 Mar 2021 10:58:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230003AbhCZK5t (ORCPT ); Fri, 26 Mar 2021 06:57:49 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:43366 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230041AbhCZK50 (ORCPT ); Fri, 26 Mar 2021 06:57:26 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lPk9b-0003Gc-JV; Fri, 26 Mar 2021 12:57:25 +0200 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Fri, 26 Mar 2021 12:57:16 +0200 Message-Id: <20210326105723.211843-1-luca@coelho.fi> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Subject: [PATCH v2 for v5.12 0/7] iwlwifi: fixes intended for v5.12 2021-03-26 v2 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho Hi, This is the v2 of the first patchset with fixes for v5.12. This new version removes the Change-Id tags that mistakenly got out. The changes are: * A few locking fixes; * Fix a workaround for devices of the 22000 family; * Fix the position of a bit in the regulatory capabilities; * Add support to some devices that were missing. 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. Gregory Greenman (1): mvm: rfi: don't lock mvm->mutex when sending config command Johannes Berg (3): iwlwifi: pcie: properly set LTR workarounds on 22000 devices iwlwifi: fw: fix notification wait locking iwlwifi: mvm: fix beacon protection checks Luca Coelho (2): iwlwifi: fix 11ax disabled bit in the regulatory capability flags iwlwifi: pcie: add support for So-F devices Matt Chen (1): iwlwifi: add support for Qu with AX201 device .../wireless/intel/iwlwifi/fw/notif-wait.c | 10 +++--- .../net/wireless/intel/iwlwifi/iwl-config.h | 1 + .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 2 +- .../net/wireless/intel/iwlwifi/mvm/debugfs.c | 7 ++-- drivers/net/wireless/intel/iwlwifi/mvm/rfi.c | 6 ++-- drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | 17 ++++++--- .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 31 +--------------- .../wireless/intel/iwlwifi/pcie/ctxt-info.c | 3 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 27 +++++++++++++- .../wireless/intel/iwlwifi/pcie/trans-gen2.c | 35 +++++++++++++++++++ 10 files changed, 90 insertions(+), 49 deletions(-)