Re: [PATCH 1/2] staging: r8188eu: remove SetHwRegHandler from hal_ops

From: Michael Straube
Date: Thu Oct 07 2021 - 06:41:48 EST


On 10/6/21 22:35, Michael Straube wrote:
Remove SetHwRegHandler from struct hal_ops and remove the wrapper
rtw_hal_set_hwreg(). Call SetHwReg8188EU() directly instead.

Signed-off-by: Michael Straube <straube.linux@xxxxxxxxx>
---
drivers/staging/r8188eu/core/rtw_cmd.c | 8 +--
drivers/staging/r8188eu/core/rtw_mlme.c | 11 ++-
drivers/staging/r8188eu/core/rtw_mlme_ext.c | 69 ++++++++-----------
drivers/staging/r8188eu/core/rtw_p2p.c | 16 ++---
drivers/staging/r8188eu/core/rtw_pwrctrl.c | 4 +-
drivers/staging/r8188eu/core/rtw_wlan_util.c | 42 +++++------
drivers/staging/r8188eu/hal/hal_com.c | 3 +-
drivers/staging/r8188eu/hal/hal_intf.c | 6 --
drivers/staging/r8188eu/hal/rtl8188e_cmd.c | 4 +-
.../staging/r8188eu/hal/rtl8188e_hal_init.c | 4 +-
drivers/staging/r8188eu/hal/usb_halinit.c | 3 +-
drivers/staging/r8188eu/include/hal_intf.h | 5 +-
drivers/staging/r8188eu/os_dep/ioctl_linux.c | 2 +-
drivers/staging/r8188eu/os_dep/os_intfs.c | 2 +-
14 files changed, 78 insertions(+), 101 deletions(-)


This patch is outdated and can be dropped.

Thanks,
Michael