[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210917080615.25819-1-straube.linux@gmail.com>
Date: Fri, 17 Sep 2021 10:06:11 +0200
From: Michael Straube <straube.linux@...il.com>
To: gregkh@...uxfoundation.org
Cc: Larry.Finger@...inger.net, phil@...lpotter.co.uk, martin@...ser.cx,
fmdefrancesco@...il.com, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Michael Straube <straube.linux@...il.com>
Subject: [PATCH 0/4] staging: r8188eu: remove some unused code
RTL8188EU chips are 1T1R. This set removes some code that is valid
only for 1T2R and 2T2R chips.
Tested on x86_64 with Inter-Tech DMG-02.
Michael Straube (4):
staging: r8188eu: remove IS_1T1R, IS_1T2R, IS_2T2R macros
staging: r8188eu: remove if test that is always true
staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188e
staging: r8188eu: remove switches from phy_RF6052_Config_ParaFile()
drivers/staging/r8188eu/hal/hal_com.c | 10 +-
.../staging/r8188eu/hal/rtl8188e_hal_init.c | 60 ++++-----
drivers/staging/r8188eu/hal/rtl8188e_mp.c | 5 +-
drivers/staging/r8188eu/hal/rtl8188e_phycfg.c | 8 +-
drivers/staging/r8188eu/hal/rtl8188e_rf6052.c | 125 ++++++------------
drivers/staging/r8188eu/include/HalVerDef.h | 9 --
.../staging/r8188eu/include/rtl8188e_hal.h | 1 -
7 files changed, 74 insertions(+), 144 deletions(-)
--
2.33.0
Powered by blists - more mailing lists