From mboxrd@z Thu Jan 1 00:00:00 1970 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 7EA5FC433E0 for ; Mon, 8 Feb 2021 12:43:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F99464E75 for ; Mon, 8 Feb 2021 12:43:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233059AbhBHMnO (ORCPT ); Mon, 8 Feb 2021 07:43:14 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:44340 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231237AbhBHMlb (ORCPT ); Mon, 8 Feb 2021 07:41:31 -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 1l95qF-0047MN-J5; Mon, 08 Feb 2021 14:40:36 +0200 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Mon, 8 Feb 2021 14:40:22 +0200 Message-Id: <20210208124034.1933780-1-luca@coelho.fi> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [PATCH 00/12] iwlwifi: updates intended for v5.12 2021-02-07 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho Hi, Here's the fifth set of patches intended for v5.12. It's the usual development, new features, cleanups and bugfixes. The changes are: * Add some device IDs that got lost in a rebase; * A bunch of fixes in the PPAG code; * Some other small fixes, clean-ups and improvements. As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Emmanuel Grumbach (2): iwlwifi: mvm: enhance a print in CSA flows iwlwifi: pcie: NULLify pointers after free Johannes Berg (2): iwlwifi: pcie: don't disable interrupts for reg_lock iwlwifi: mvm: remove useless iwl_mvm_resume_d3() function Luca Coelho (6): iwlwifi: pcie: add a few missing entries for So with Hr iwlwifi: acpi: fix PPAG table sizes iwlwifi: mvm: fix the type we use in the PPAG table validity checks iwlwifi: mvm: store PPAG enabled/disabled flag properly iwlwifi: mvm: send stored PPAG command instead of local iwlwifi: mvm: assign SAR table revision to the command later Matti Gottlieb (1): iwlwifi: pcie: Change Ma device ID Mordechay Goodstein (1): iwlwifi: when HW has rate offload don't look at control field drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 4 +- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 7 +-- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 45 ++++++++++++------- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 3 +- drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 22 +++++---- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 11 ++++- drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 3 ++ .../net/wireless/intel/iwlwifi/pcie/trans.c | 19 ++++---- .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 5 +-- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 22 ++++----- 10 files changed, 80 insertions(+), 61 deletions(-) -- 2.30.0