Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp745314pxb; Thu, 26 Aug 2021 13:39:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyL4KgpM5UpZsSvkyYtAlDgBY///5+zncbjP8M7ZpckxR5rcK38xMFfcEeZXdU6zSiz7wjN X-Received: by 2002:a02:cbb0:: with SMTP id v16mr5049083jap.114.1630010369557; Thu, 26 Aug 2021 13:39:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630010369; cv=none; d=google.com; s=arc-20160816; b=VTCbOydGoxYQo0//UCl9Iks0yi4E4OnTMUwyl4zuOiMRMMj29ELu6KNQ06qjbw0qdM F5mwgH30ZU2iVyLYsqTWFOx2Hye8Qq4MBqqrV52/UL88u3NX9APc+vDUHBWi0ENNd552 l5v1HvuawnbSdilnD1brfw7RlYIjpK/WuaD67nl62C5dN1SGnVG7eCk0tuK3tlF+R1ha Qh/XWEWGS5E1Fdcp72rVAbgOzSp+TYXon+ye504l2AZ3vjUplkqIgoYZC3CmNCmg/sGh tMrpH/QnsSp91h/rI8KjQeyebDna04VGINfOdRfS+HsyxJZKA/tNL45SHqGBOfmtdHBX hNyg== 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=l2AqbmvWxc7aFvxN/Wogo7wlzFNk5elOmxFywv5db4I=; b=gMN7yQKnDXsavoyonLOd099gYqAT/nl/489rezpd0woxjw6f5KTzsZa7crI71rgFnq sHREqppArRVp6GyPQkR3df2/tHNy8R0rFg4dIvsAh02l8nDKdLg1YAkd3uSo2vzoJLLk l+9y30x30K9Lwh366/TWSjW5s+wTG3I8URCHJj3cyDBu/kG8lP4W3wm/ahX7WAixKpAx g7G6TxhyulQ2ZM8PRDoE4lqN9KDccJ07T9ZgvzfMGab/XPbqzPtq6STaG7F5EViaYzpA HIyNMnQwMIlPPKlMq2X2ncs+HOiG6IOp+3+h8aGpl/2I7iBEBR7ylQUYDE8MIDuADsgj x1LA== 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 p15si469591ilc.68.2021.08.26.13.39.18; Thu, 26 Aug 2021 13:39:29 -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 S243474AbhHZUj7 (ORCPT + 99 others); Thu, 26 Aug 2021 16:39:59 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:33556 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S243398AbhHZUj7 (ORCPT ); Thu, 26 Aug 2021 16:39:59 -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 1mJM9U-002XNV-Qq; Thu, 26 Aug 2021 23:39:10 +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:39:09 +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] iwlwifi: bump FW API to 66 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 66 for AX devices. > > Signed-off-by: Luca Coelho Patch applied to iwlwifi-next.git, thanks. d9a406ac813d iwlwifi: bump FW API to 66 for AX devices