From patchwork Fri Dec 10 09:12:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 523014 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 F00F1C433F5 for ; Fri, 10 Dec 2021 09:12:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239089AbhLJJQY (ORCPT ); Fri, 10 Dec 2021 04:16:24 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:50872 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S234141AbhLJJQY (ORCPT ); Fri, 10 Dec 2021 04:16:24 -0500 Received: from 91-156-5-105.elisa-laajakaista.fi ([91.156.5.105] 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.2) (envelope-from ) id 1mvbxO-001FED-Sn; Fri, 10 Dec 2021 11:12:48 +0200 From: Luca Coelho To: kvalo@kernel.org Cc: luca@coelho.fi, linux-wireless@vger.kernel.org Date: Fri, 10 Dec 2021 11:12:35 +0200 Message-Id: <20211210091245.289008-1-luca@coelho.fi> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [PATCH 00/10] iwlwifi: updates intended for v5.17 2021-12-10 part 2 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.17. It's the usual development, new features, cleanups and bugfixes. The changes are: * Support for Optimized Connectivity Experience (OCE) scan; * A bunch of FW debugging improvements and fixes; * Fix one 32-bit compilation issue; * 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. Avraham Stern (1): iwlwifi: mvm: add support for OCE scan Johannes Berg (9): iwlwifi: parse error tables from debug TLVs iwlwifi: dump CSR scratch from outer function iwlwifi: dump both TCM error tables if present iwlwifi: dump RCM error tables iwlwifi: mvm: fix 32-bit build in FTM iwlwifi: fix debug TLV parsing iwlwifi: fix leaks/bad data after failed firmware load iwlwifi: mvm: isolate offload assist (checksum) calculation iwlwifi: remove module loading failure message .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h | 11 ++- .../net/wireless/intel/iwlwifi/fw/api/scan.h | 5 + drivers/net/wireless/intel/iwlwifi/fw/dump.c | 93 ++++++++++++++++--- drivers/net/wireless/intel/iwlwifi/fw/file.h | 1 - .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 15 ++- drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 92 ++++++++++++++---- .../net/wireless/intel/iwlwifi/iwl-trans.h | 11 ++- .../intel/iwlwifi/mvm/ftm-initiator.c | 3 +- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 11 ++- drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 6 ++ drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 45 ++++----- 11 files changed, 223 insertions(+), 70 deletions(-)