mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
staging: rtl8723au: Remove wrapper around rtl8723au_set_intf_ops()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b93eb5c565
commit
e32c7cd01b
@@ -46,7 +46,6 @@ void rtl8723au_set_hw_type(struct rtw_adapter *padapter);
|
||||
#define hal_set_hw_type rtl8723au_set_hw_type
|
||||
|
||||
void rtl8723au_set_intf_ops(struct _io_ops *pops);
|
||||
#define usb_set_intf_ops rtl8723au_set_intf_ops
|
||||
|
||||
void rtl8723au_recv_tasklet(void *priv);
|
||||
|
||||
|
||||
@@ -623,7 +623,7 @@ static struct rtw_adapter *rtw_usb_if1_init(struct dvobj_priv *dvobj,
|
||||
padapter->intf_stop = &usb_intf_stop;
|
||||
|
||||
/* step init_io_priv */
|
||||
rtw_init_io_priv23a(padapter, usb_set_intf_ops);
|
||||
rtw_init_io_priv23a(padapter, rtl8723au_set_intf_ops);
|
||||
|
||||
/* step read_chip_version */
|
||||
rtw_hal_read_chip_version23a(padapter);
|
||||
|
||||
Reference in New Issue
Block a user