staging: r8723au: Add source files for new driver - part 1
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 29 Mar 2014 02:37:38 +0000 (21:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Apr 2014 21:51:22 +0000 (14:51 -0700)
commit5e93f35209578fcabfa855e427354195e54b491f
tree81acd3faa55eb71c1969497a78f272c7a59e263a
parent8e0c0832348c7fda1c85d67697cfe4adf077344c
staging: r8723au: Add source files for new driver - part 1

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 first part of the 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>
17 files changed:
drivers/staging/rtl8723au/core/rtw_ap.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_cmd.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_efuse.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_ieee80211.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_io.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_ioctl_set.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_led.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_mlme.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_mlme_ext.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_p2p.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_pwrctrl.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_recv.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_security.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_sreset.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_sta_mgt.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_wlan_util.c [new file with mode: 0644]
drivers/staging/rtl8723au/core/rtw_xmit.c [new file with mode: 0644]