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 89A41EB64D9 for ; Wed, 14 Jun 2023 07:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242900AbjFNHFM convert rfc822-to-8bit (ORCPT ); Wed, 14 Jun 2023 03:05:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238512AbjFNHEq (ORCPT ); Wed, 14 Jun 2023 03:04:46 -0400 Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1885C1FFF for ; Wed, 14 Jun 2023 00:04:40 -0700 (PDT) Authenticated-By: X-SpamFilter-By: ArmorX SpamTrap 5.77 with qID 35E74EGy8028946, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36506.realtek.com.tw[172.21.6.27]) by rtits2.realtek.com.tw (8.15.2/2.81/5.90) with ESMTPS id 35E74EGy8028946 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Wed, 14 Jun 2023 15:04:14 +0800 Received: from RTEXMBS06.realtek.com.tw (172.21.6.99) by RTEXH36506.realtek.com.tw (172.21.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.17; Wed, 14 Jun 2023 15:04:33 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXMBS06.realtek.com.tw (172.21.6.99) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Wed, 14 Jun 2023 15:04:32 +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; Wed, 14 Jun 2023 15:04:32 +0800 From: Ping-Ke Shih To: Dmitry Antipov CC: Kalle Valo , "linux-wireless@vger.kernel.org" Subject: RE: [PATCH 1/3] [v5] wifi: rtw89: cleanup private data structures Thread-Topic: [PATCH 1/3] [v5] wifi: rtw89: cleanup private data structures Thread-Index: AQHZnn60iA11+rshuku8wTGN15872K+J31KQ Date: Wed, 14 Jun 2023 07:04:32 +0000 Message-ID: <873d915a13e444ef9e74720bb81ea5fb@realtek.com> References: <20230613100154.116586-3-dmantipov@yandex.ru> <20230614051116.20968-1-dmantipov@yandex.ru> In-Reply-To: <20230614051116.20968-1-dmantipov@yandex.ru> 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: RTEXMBS06.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 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org > -----Original Message----- > From: Dmitry Antipov > Sent: Wednesday, June 14, 2023 1:11 PM > To: Ping-Ke Shih > Cc: Kalle Valo ; linux-wireless@vger.kernel.org; Dmitry Antipov > Subject: [PATCH 1/3] [v5] wifi: rtw89: cleanup private data structures > > Remove a bunch of unused (and set but unused) fields > from 'struct rtw89_btc_wl_nhm', 'struct rtw89_dle_info', > 'struct rtw89_hal' and 'struct rtw89_env_monitor_info' > driver-specific data structures, adjust related bits. > > Signed-off-by: Dmitry Antipov Acked-by: Ping-Ke Shih > --- > v5: adjust to match series > v4: rebase against wireless-next tree > v3: adjust to match series I have acked v3, so you can take my acked-by if a patch isn't changed, and then I don't need to check if it changes or not.