[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220206161809.423031-1-martin@kaiser.cx>
Date: Sun, 6 Feb 2022 17:17:55 +0100
From: Martin Kaiser <martin@...ser.cx>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Larry Finger <Larry.Finger@...inger.net>,
Phillip Potter <phil@...lpotter.co.uk>,
Michael Straube <straube.linux@...il.com>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
Martin Kaiser <martin@...ser.cx>
Subject: [PATCH 00/14] staging: r8188eu: another set of simple cleanups
Here's another set of simple cleanups in several parts of the driver.
Please apply this on top of my previous series (staging: r8188eu: more
rf cleanups).
Tested with EdimaxV2 on an arm32 embedded system.
Martin Kaiser (14):
staging: r8188eu: only OFDM_index_old[0] is used
staging: r8188eu: only OFDM_index[0] is used
staging: r8188eu: replace local OFDM_index with single variable
staging: r8188eu: remove debug code to bypass LC calibration
staging: r8188eu: remove debug code to bypass IQ calibration
staging: r8188eu: move local definitions into rtw_fw.h
staging: r8188eu: remove unused enum _IFACE_TYPE
staging: r8188eu: remove unused enum _ADAPTER_TYPE
staging: r8188eu: remove the global DriverState
staging: r8188eu: remove unused struct adapter components
staging: r8188eu: in_cta_test is always 0
staging: r8188eu: irq_alloc is not used
staging: r8188eu: not_indic_disco is unused
staging: r8188eu: remove unused struct hostapd_priv
drivers/staging/r8188eu/core/rtw_fw.c | 45 ++++++++++++++++++++
drivers/staging/r8188eu/hal/HalPhyRf_8188e.c | 30 +++++--------
drivers/staging/r8188eu/hal/usb_halinit.c | 16 +------
drivers/staging/r8188eu/include/drv_types.h | 36 ----------------
drivers/staging/r8188eu/include/odm.h | 2 +-
drivers/staging/r8188eu/include/rtw_fw.h | 45 --------------------
drivers/staging/r8188eu/include/rtw_mlme.h | 5 ---
drivers/staging/r8188eu/os_dep/usb_intf.c | 8 ++--
8 files changed, 61 insertions(+), 126 deletions(-)
--
2.30.2
Powered by blists - more mailing lists