This series removes some more pointers from struct hal_ops. Tested on x86_64 with Inter-Tech DMG-02. Michael Straube (7): staging: r8188eu: remove SetHalDefVarHandler from struct hal_ops staging: r8188eu: remove GetHalDefVarHandler from struct hal_ops staging: r8188eu: remove init_xmit_priv from struct hal_ops staging: r8188eu: remove init_recv_priv from struct hal_ops staging: r8188eu: remove free_recv_priv from struct hal_ops staging: r8188eu: remove inirp_init from struct hal_ops staging: r8188eu: remove inirp_deinit from struct hal_ops drivers/staging/r8188eu/core/rtw_cmd.c | 2 +- drivers/staging/r8188eu/core/rtw_mlme.c | 14 ++--- drivers/staging/r8188eu/core/rtw_mlme_ext.c | 8 +-- drivers/staging/r8188eu/core/rtw_recv.c | 7 +-- drivers/staging/r8188eu/core/rtw_xmit.c | 2 +- drivers/staging/r8188eu/hal/hal_intf.c | 56 -------------------- drivers/staging/r8188eu/hal/usb_halinit.c | 38 ++----------- drivers/staging/r8188eu/include/hal_intf.h | 33 ++---------- drivers/staging/r8188eu/os_dep/ioctl_linux.c | 10 ++-- drivers/staging/r8188eu/os_dep/usb_intf.c | 4 +- 10 files changed, 34 insertions(+), 140 deletions(-) -- 2.33.0