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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1962C77B6E for ; Fri, 14 Apr 2023 12:24:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230370AbjDNMYO (ORCPT ); Fri, 14 Apr 2023 08:24:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230386AbjDNMYK (ORCPT ); Fri, 14 Apr 2023 08:24:10 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AEDAAF32 for ; Fri, 14 Apr 2023 05:24:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CC38D6186B for ; Fri, 14 Apr 2023 12:24:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA798C433EF; Fri, 14 Apr 2023 12:24:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681475043; bh=qMxSjhVTx/lqPCt3atD7jpiKoYtDl0IhhaI3LB5AaQw=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=PYTT90gl0ZstE0M6GQDd2XacOQkI6Q0EaffB3YRSaVYBzJTjP3AUJZpIVrfdClyKS 2DeFS12sP7L9wVphZvs6sXrEn2rcsvAtOV7WJxdK0n0A2g0cCAygk40/8w3wxfg00x 7qr2JmVWK2tw2jjRNISHUq7smXoJlCZJFegLwahfHWFebtvEDsIpYNUWhU54YxngVX lvX0paXab4AsGF8QJ2jvvdTdeEyU7l47GXZX5eeYwSBZZjNo6oPj+DXieHV7DrNYZn GE0Vote8r9h4GLuTzz7A7niPM2HMZ5Tiotw/Wa/+cl+zj8lsXCqZZ2mir0zeT41vw+ aRGnDx9azjxEQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 1/4] wifi: rtw89: read version of analog hardware From: Kalle Valo In-Reply-To: <20230330133324.19538-2-pkshih@realtek.com> References: <20230330133324.19538-2-pkshih@realtek.com> To: Ping-Ke Shih Cc: User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <168147504062.16522.2962599599283522309.kvalo@kernel.org> Date: Fri, 14 Apr 2023 12:24:02 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Ping-Ke Shih wrote: > The chip contains digital and analog parts, and each of them has its own > version number. This is used by BT coexistence mechanism to make strategy > decision for different analog version. > > Signed-off-by: Ping-Ke Shih 4 patches applied to wireless-next.git, thanks. a6fb2bb84654 wifi: rtw89: read version of analog hardware d5289b2d69a7 wifi: rtw89: 8851b: fix TX path to path A for one RF path chip 5c3afcba545c wifi: rtw89: mac: update MAC settings to support 8851b 2a6d518dedcb wifi: rtw89: pci: update PCI related settings to support 8851B -- https://patchwork.kernel.org/project/linux-wireless/patch/20230330133324.19538-2-pkshih@realtek.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches