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 26353C433FE for ; Sun, 2 Jan 2022 18:06:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230309AbiABSGm (ORCPT ); Sun, 2 Jan 2022 13:06:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230245AbiABSGf (ORCPT ); Sun, 2 Jan 2022 13:06:35 -0500 Received: from viti.kaiser.cx (viti.kaiser.cx [IPv6:2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 16C4AC061761 for ; Sun, 2 Jan 2022 10:06:34 -0800 (PST) Received: from dslb-188-104-058-096.188.104.pools.vodafone-ip.de ([188.104.58.96] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1n45FW-0005cX-BA; Sun, 02 Jan 2022 19:06:30 +0100 Received: from martin by martin-debian-2.paytec.ch with local (Exim 4.94.2) (envelope-from ) id 1n45FV-000NCe-LX; Sun, 02 Jan 2022 19:06:29 +0100 Date: Sun, 2 Jan 2022 19:06:29 +0100 From: Martin Kaiser To: Michael Straube Cc: gregkh@linuxfoundation.org, Larry.Finger@lwfinger.net, phil@philpotter.co.uk, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/11] staging: r8188eu: the next set of cleanups Message-ID: References: <20220102131141.12310-1-straube.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220102131141.12310-1-straube.linux@gmail.com> Sender: "Martin Kaiser,,," Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thus wrote Michael Straube (straube.linux@gmail.com): > This set > - removes some unused structs, enums and defines > - removes set but not used fields from some structures > Tested on x86_64 with Inter-Tech DMG-02. > Michael Straube (11): > staging: r8188eu: remove MAX_CHANNEL_NUM_2G > staging: r8188eu: remove struct rt_channel_plan_2g > staging: r8188eu: remove unused enum and defines > staging: r8188eu: struct rx_hpc is not used > staging: r8188eu: clean up struct rtw_dig > staging: r8188eu: clean up struct sw_ant_switch > staging: r8188eu: struct odm_sta_info is not used > staging: r8188eu: enum hw90_block is not used > staging: r8188eu: remove unneeded comments from Hal8188EPhyCfg.h > staging: r8188eu: remove unused defines from Hal8188EPhyCfg.h > staging: r8188eu: remove unused defines from rtw_eeprom.h > drivers/staging/r8188eu/core/rtw_mlme_ext.c | 2 +- > drivers/staging/r8188eu/hal/odm.c | 11 --- > .../staging/r8188eu/include/Hal8188EPhyCfg.h | 34 +------ > drivers/staging/r8188eu/include/odm.h | 90 +------------------ > drivers/staging/r8188eu/include/rtw_eeprom.h | 31 ------- > .../staging/r8188eu/include/rtw_mlme_ext.h | 5 -- > drivers/staging/r8188eu/include/rtw_rf.h | 24 ----- > 7 files changed, 3 insertions(+), 194 deletions(-) > -- > 2.34.1 for all patches Acked-by: Martin Kaiser