staging: r8188eu: remove SetHalDefVar8188EUsb()
authorMichael Straube <straube.linux@gmail.com>
Fri, 8 Apr 2022 12:46:15 +0000 (14:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 13:48:30 +0000 (15:48 +0200)
commit6b58692032c1d9ee9694e446929ebf9f8f2e0f6e
tree316fd1ace70a9f3425e3bc4bd3ad0d557eabed77
parentf90613bb2cb6496874ea4aad5561727550e84ce3
staging: r8188eu: remove SetHalDefVar8188EUsb()

In SetHalDefVar8188EUsb() there is only the case HAL_DEF_DBG_DM_FUNC.
Move its functionality to a new static function in ioctl_linux.c and
remove SetHalDefVar8188EUsb(). This is part of the ongoing effort to
get rid of the unwanted hal layer.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220408124615.3687-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/usb_halinit.c
drivers/staging/r8188eu/include/hal_intf.h
drivers/staging/r8188eu/os_dep/ioctl_linux.c