staging: r8188eu: remove inirp_deinit from struct hal_ops
authorMichael Straube <straube.linux@gmail.com>
Wed, 29 Sep 2021 19:26:57 +0000 (21:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Oct 2021 10:32:28 +0000 (12:32 +0200)
commitb9ba6875157702dfb80849ebeb4a54a6ae46fc46
treeed7b2f901bb8644c034d5993b83c09efb0d65cbe
parent3a587ff652599562d44740581cb528ebe78ac838
staging: r8188eu: remove inirp_deinit from struct hal_ops

Remove inirp_deinit from struct hal_ops and remove the wrappers
rtw_hal_inirp_deinit() and rtl8188eu_inirp_deinit(). Call
rtw_read_port_cancel() directly instead.

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