[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1730619982.git.philipp.g.hortmann@gmail.com>
Date: Sun, 3 Nov 2024 09:14:21 +0100
From: Philipp Hortmann <philipp.g.hortmann@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Cc: Philipp Hortmann <philipp.g.hortmann@...il.com>
Subject: [PATCH 00/13] staging: rtl8723bs: Replace function pointers and #if 1
Replace function pointers with functions to increase readability.
Remove dead code resulting from #if 1.
Replace one function that just contains one line to increase readability.
Tested with rtl8723bs in ODYS Trendbook Next 14
Philipp Hortmann (13):
staging: rtl8723bs: Replace function thread_enter
staging: rtl8723bs: Remove #if 1 in function
hal_EfusePartialWriteCheck
staging: rtl8723bs: Remove #if 1 in function
hal_EfuseGetCurrentSize_BT
staging: rtl8723bs: Remove #if 1 in function ReadChipVersion8723B
staging: rtl8723bs: Remove function pointer check_ips_status
staging: rtl8723bs: Remove function pointer SetHwRegHandler
staging: rtl8723bs: Remove function pointer GetHwRegHandler
staging: rtl8723bs: Remove function pointer SetHwRegHandlerWithBuf
staging: rtl8723bs: Remove function pointer GetHalDefVarHandler
staging: rtl8723bs: Remove function pointer SetHalDefVarHandler
staging: rtl8723bs: Remove function pointer hal_xmit
staging: rtl8723bs: Remove function pointer mgnt_xmit
staging: rtl8723bs: Remove function pointer hal_xmitframe_enqueue
drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +-
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +-
.../staging/rtl8723bs/core/rtw_wlan_util.c | 4 +-
drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +-
drivers/staging/rtl8723bs/hal/hal_intf.c | 40 ++-------
.../staging/rtl8723bs/hal/rtl8723b_hal_init.c | 85 +------------------
.../staging/rtl8723bs/hal/rtl8723bs_xmit.c | 4 +-
drivers/staging/rtl8723bs/hal/sdio_halinit.c | 21 ++---
drivers/staging/rtl8723bs/include/hal_intf.h | 22 ++---
.../staging/rtl8723bs/include/osdep_service.h | 5 --
10 files changed, 27 insertions(+), 160 deletions(-)
--
2.43.0
Powered by blists - more mailing lists