From patchwork Sat Nov 7 08:50:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 321944 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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no 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 AB475C388F9 for ; Sat, 7 Nov 2020 08:50:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 77FEC20704 for ; Sat, 7 Nov 2020 08:50:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728124AbgKGIuP (ORCPT ); Sat, 7 Nov 2020 03:50:15 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:58776 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727955AbgKGIuP (ORCPT ); Sat, 7 Nov 2020 03:50:15 -0500 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kbJvJ-002on9-0l; Sat, 07 Nov 2020 10:50:13 +0200 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Sat, 7 Nov 2020 10:50:05 +0200 Message-Id: <20201107085011.57943-1-luca@coelho.fi> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [PATCH 0/6] iwlwifi: fixes intended for v5.10 2020-11-07 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho Hi, This is my first patchset with fixes for v5.10. The changes are: * Fix a kernel panic in CSA when the FW asserts; * Fix a command completion timeout by using LTR correctly; * Fix HE capabilities; * Some fixes in the session protection code; * Fix a queue sync vs. async handling. 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. Cheers, Luca. Avraham Stern (1): iwlwifi: mvm: write queue_sync_state only for sync Emmanuel Grumbach (2): iwlwifi: mvm: use the HOT_SPOT_CMD to cancel an AUX ROC iwlwifi: mvm: properly cancel a session protection for P2P Johannes Berg (1): iwlwifi: pcie: set LTR to avoid completion timeout Mordechay Goodstein (1): iwlwifi: sta: set max HE max A-MPDU according to HE capa Sara Sharon (1): iwlwifi: mvm: fix kernel panic in case of assert during CSA .../net/wireless/intel/iwlwifi/fw/api/sta.h | 10 +- .../intel/iwlwifi/fw/api/time-event.h | 8 +- drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 10 ++ .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 5 +- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 18 +++ .../wireless/intel/iwlwifi/mvm/time-event.c | 103 ++++++++++++------ .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 20 ++++ 7 files changed, 131 insertions(+), 43 deletions(-)