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 62378EB64DC for ; Mon, 10 Jul 2023 00:25:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbjGJAZo convert rfc822-to-8bit (ORCPT ); Sun, 9 Jul 2023 20:25:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbjGJAZn (ORCPT ); Sun, 9 Jul 2023 20:25:43 -0400 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 36257114; Sun, 9 Jul 2023 17:25:38 -0700 (PDT) Authenticated-By: X-SpamFilter-By: ArmorX SpamTrap 5.77 with qID 36A0PJwyC019293, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36505.realtek.com.tw[172.21.6.25]) by rtits2.realtek.com.tw (8.15.2/2.81/5.90) with ESMTPS id 36A0PJwyC019293 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=FAIL); Mon, 10 Jul 2023 08:25:19 +0800 Received: from RTEXDAG02.realtek.com.tw (172.21.6.101) by RTEXH36505.realtek.com.tw (172.21.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.32; Mon, 10 Jul 2023 08:25:24 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXDAG02.realtek.com.tw (172.21.6.101) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.7; Mon, 10 Jul 2023 08:25:24 +0800 Received: from RTEXMBS04.realtek.com.tw ([fe80::e138:e7f1:4709:ff4d]) by RTEXMBS04.realtek.com.tw ([fe80::e138:e7f1:4709:ff4d%5]) with mapi id 15.01.2375.007; Mon, 10 Jul 2023 08:25:24 +0800 From: Ping-Ke Shih To: Sasha Levin , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" CC: Kalle Valo , "linux-wireless@vger.kernel.org" Subject: RE: [PATCH AUTOSEL 6.4 03/26] wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities Thread-Topic: [PATCH AUTOSEL 6.4 03/26] wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities Thread-Index: AQHZsnfgXMSGHzodCUaXywPdVBk+uK+yI1DA Date: Mon, 10 Jul 2023 00:25:24 +0000 Message-ID: References: <20230709151255.512931-1-sashal@kernel.org> <20230709151255.512931-3-sashal@kernel.org> In-Reply-To: <20230709151255.512931-3-sashal@kernel.org> Accept-Language: en-US, zh-TW Content-Language: zh-TW X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.21.69.188] x-kse-serverinfo: RTEXDAG02.realtek.com.tw, 9 x-kse-antispam-interceptor-info: fallback x-kse-antivirus-interceptor-info: fallback Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-KSE-AntiSpam-Interceptor-Info: fallback X-KSE-ServerInfo: RTEXH36505.realtek.com.tw, 9 X-KSE-AntiSpam-Interceptor-Info: fallback X-KSE-Antivirus-Interceptor-Info: fallback X-KSE-AntiSpam-Interceptor-Info: fallback Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org > -----Original Message----- > From: Sasha Levin > Sent: Sunday, July 9, 2023 11:13 PM > To: linux-kernel@vger.kernel.org; stable@vger.kernel.org > Cc: Ping-Ke Shih ; Kalle Valo ; Sasha Levin ; > linux-wireless@vger.kernel.org > Subject: [PATCH AUTOSEL 6.4 03/26] wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities > > From: Ping-Ke Shih > > [ Upstream commit 99ff8da56322cda9eb9b37021e27b127c2d1cad8 ] > > Add PCI entry to 8851BE with its device ID 10ec:b851, also fill PCI info > according to its capabilities. > > Signed-off-by: Ping-Ke Shih > Signed-off-by: Kalle Valo > Link: https://lore.kernel.org/r/20230421024551.29994-3-pkshih@realtek.com > Signed-off-by: Sasha Levin Please don't take this patch to 6.4, 6.3, 6.1, and other stable branches. With this patch, it still can't enable 8851BE, so let kernel 6.5 to be the first version that supports 8851BE. Thank you Ping-Ke