staging: r8723au: Add source files for new driver - part 3
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 29 Mar 2014 02:37:40 +0000 (21:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Apr 2014 21:51:23 +0000 (14:51 -0700)
commitb1925ad84625302fac456d8671b2acafcabf57f5
treedc29690f13d2220eeb2262874b43e8a039a58168
parentf7c92d2cc2beb3367f244480300eaecdd9502932
staging: r8723au: Add source files for new driver - part 3

The Realtek USB device RTL8723AU is found in Lenovo Yoga 13 tablets.
A driver for it has been available in a GitHub repo for several months.
This commit contains the third part of source files. The source
is arbitrarily split to avoid E-mail files that are too large.

Jes Sorensen at RedHat has made many improvements to the vendor code,
and he has been doing the testing. I do not have access to this device.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/mlme_linux.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/os_intfs.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/osdep_service.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/recv_linux.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/usb_intf.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/usb_ops_linux.c [new file with mode: 0644]
drivers/staging/rtl8723au/os_dep/xmit_linux.c [new file with mode: 0644]