Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp744283pxb; Thu, 26 Aug 2021 13:37:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzURSJxQwpPzSKd0PfuOrSn981ZTPsXc5RXovXaZ2n6htTboMiBx4SHAriyyNtVJzJyXQy3 X-Received: by 2002:a92:6803:: with SMTP id d3mr3815786ilc.145.1630010276037; Thu, 26 Aug 2021 13:37:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630010276; cv=none; d=google.com; s=arc-20160816; b=apctE9/4hoL9Xxx5qkc+MhnyOvvPKsH6VopuTJ8CIIc8M3D6JAXyhqCQ0Yq1PQRZ9b jiKxQpwh38oOBM0tHTiWuylzlbLmnqy+g6mnecyDfPD5+d2MsO2WvoVQLlGtzYweZ5mj cZlzBq9LpfASERvPrsarV4+DTYnHu7nI60RdcRV6mTlM9RIhNgiKZRkc3ICXchbPs1r8 XQsod97+r1CxmXL3QRE3e5HZjpgEI65W4j56Gn/FA0PD+YSzAP5b5bfOmn2QXiABK2s0 azgLDhSg3PcfckX/f3bIRtw4dcbJL97AOJB8y4z3MfnYMYA1Fkdd+InR5WTVUEN35K3j M7iw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:date:message-id:user-agent:cc:to :references:in-reply-to:from:content-transfer-encoding:mime-version; bh=+8HYcCe5u0qhcuCybZ3t1uHTPfHMD22ju6A64UapXjc=; b=uog8x4YbDzbN4AtN+z6z7U6dj59hAOCfK1R3YGjmXfbeN5fHrYlIQHCwQBzF5o5ecV 3j4rGwTGQsG8PYUiFFJ1eZJV3pToPau7c2SzwiAvu2hIJpR81EP94f1/IOheN48GP6IZ BqOk1fkIwFIUzKAdUXlzCowH7TUi6JbH9hAIYPvbB4dwLzA0yCoMkln4R9EDt/BzA+BP /JbMXAEn6i0PAzHv/M/aM/o3lebOfg93UbX1FQTwcYRmlVeGWRKGmOVG5zmM3Ww8d8J0 fhDQvN7QHjNyynBkstNiVfOuSC1ZKI+y1trNyzpeOh5VFLyQiVISnVtrDZRNP/nlOXex SCSw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f15si3541277ilu.156.2021.08.26.13.37.44; Thu, 26 Aug 2021 13:37:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243581AbhHZUiU (ORCPT + 99 others); Thu, 26 Aug 2021 16:38:20 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:33542 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S243505AbhHZUiT (ORCPT ); Thu, 26 Aug 2021 16:38:19 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1mJM7t-002XMl-8z; Thu, 26 Aug 2021 23:37:30 +0300 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: References: To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.2 Message-Id: Date: Thu, 26 Aug 2021 23:37:30 +0300 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.5-pre1 Subject: Re: [PATCH 01/11] iwlwifi: bump FW API to 65 for AX devices Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Luca Coelho > > Start supporting API version 65 for AX devices. > > Signed-off-by: Luca Coelho 11 patches applied to iwlwifi-next.git, thanks. a6a39ab2645c iwlwifi: bump FW API to 65 for AX devices c5b42c674ad8 iwlwifi: acpi: fill in WGDS table with defaults 40063f602868 iwlwifi: acpi: fill in SAR tables with defaults 59a6ee97e0d4 iwlwifi: pcie: avoid dma unmap/remap in crash dump 4246465edb16 iwlwifi: fix __percpu annotation 394f41929672 iwlwifi: api: remove datamember from struct 8a433cb64ec5 iwlwifi: fw: fix debug dump data declarations 4e110e799cb5 iwlwifi: add 'Rx control frame to MBSSID' HE capability 89639e06d0f3 iwlwifi: yoyo: support for new DBGI_SRAM region a76b57311b1a iwlwifi: mvm: don't schedule the roc_done_wk if it is already running 7e47f41648b2 iwlwifi: allow debug init in RF-kill