staging: r8188eu: introduce new os_dep dir for RTL8188eu driver
authorPhillip Potter <phil@philpotter.co.uk>
Tue, 27 Jul 2021 23:22:16 +0000 (00:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jul 2021 18:16:09 +0000 (20:16 +0200)
commit2b42bd58b32155a1be4dd78991845dec05aaef9e
tree37a86eaa19439aa41c802d372d7ddc9c782d0bfc
parent8cd574e6af5463af7d693d111c61212e52c44810
staging: r8188eu: introduce new os_dep dir for RTL8188eu driver

This patchset is split in order to keep the file sizes down. This os_dep
directory is part of the newer/better driver from GitHub modified by
Larry Finger. Import this as the basis for all future work going
forward.

Suggested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210727232219.2948-4-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/ioctl_linux.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/mlme_linux.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/os_intfs.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/osdep_service.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/recv_linux.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/rtw_android.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/usb_intf.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/usb_ops_linux.c [new file with mode: 0644]
drivers/staging/r8188eu/os_dep/xmit_linux.c [new file with mode: 0644]