This series removes some more pointers from struct hal_ops and removes the function rtl8188e_set_hal_ops() that is empty after the removals. Michael Straube (7): staging: r8188eu: remove mgnt_xmit from struct hal_ops staging: r8188eu: remove hal_xmit from struct hal_ops staging: r8188eu: remove read_bbreg from struct hal_ops staging: r8188eu: remove write_bbreg from struct hal_ops staging: r8188eu: remove read_rfreg from struct hal_ops staging: r8188eu: remove write_rfreg from struct hal_ops staging: r8188eu: remove rtl8188e_set_hal_ops() drivers/staging/r8188eu/core/rtw_debug.c | 8 +-- drivers/staging/r8188eu/core/rtw_mlme_ext.c | 8 +-- drivers/staging/r8188eu/core/rtw_mp.c | 10 ++-- drivers/staging/r8188eu/core/rtw_xmit.c | 9 ++-- drivers/staging/r8188eu/hal/hal_intf.c | 51 ------------------- drivers/staging/r8188eu/hal/rtl8188e_cmd.c | 2 +- .../staging/r8188eu/hal/rtl8188e_hal_init.c | 7 --- drivers/staging/r8188eu/hal/usb_halinit.c | 5 -- drivers/staging/r8188eu/include/hal_intf.h | 29 ----------- .../staging/r8188eu/include/rtl8188e_hal.h | 2 - drivers/staging/r8188eu/os_dep/ioctl_linux.c | 24 ++++----- 11 files changed, 31 insertions(+), 124 deletions(-) -- 2.33.0