staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driver
authorPing-Ke Shih <pkshih@realtek.com>
Thu, 17 Aug 2017 17:46:45 +0000 (12:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Aug 2017 18:13:11 +0000 (11:13 -0700)
commit56bde846304ea05d5f8c8de0e3a42627a7a92be6
treeb356c52ceed662396098523e1394874c2c3af53c
parentbf334c024fd215db3395342cac579aa3e9ac46ac
staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driver

The RTL8822BE, an 802.11ac wireless network card, is now appearing in
new computers. Its driver is being placed in staging to reduce the time
that users of this new card will have access to in-kernel drivers.

This commit copies the code that currently constitutes the rtlwifi and
rtl_pci mini drivers. This material is copied into staging to prevent
any undo interaction between the existing drivers and this new one.
The only changes in this code are the removal of all export statements,
and the fixing of some checkpatch messages. The latter will be backported
into the wireless tree.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Yan-Hsuan Chuang <yhchuang@realtek.com>
Cc: Birming Chiu <birming@realtek.com>
Cc: Shaofu <shaofu@realtek.com>
Cc: Steven Ting <steventing@realtek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22 files changed:
drivers/staging/rtlwifi/base.c [new file with mode: 0644]
drivers/staging/rtlwifi/base.h [new file with mode: 0644]
drivers/staging/rtlwifi/cam.c [new file with mode: 0644]
drivers/staging/rtlwifi/cam.h [new file with mode: 0644]
drivers/staging/rtlwifi/core.c [new file with mode: 0644]
drivers/staging/rtlwifi/core.h [new file with mode: 0644]
drivers/staging/rtlwifi/debug.c [new file with mode: 0644]
drivers/staging/rtlwifi/debug.h [new file with mode: 0644]
drivers/staging/rtlwifi/efuse.c [new file with mode: 0644]
drivers/staging/rtlwifi/efuse.h [new file with mode: 0644]
drivers/staging/rtlwifi/pci.c [new file with mode: 0644]
drivers/staging/rtlwifi/pci.h [new file with mode: 0644]
drivers/staging/rtlwifi/ps.c [new file with mode: 0644]
drivers/staging/rtlwifi/ps.h [new file with mode: 0644]
drivers/staging/rtlwifi/pwrseqcmd.h [new file with mode: 0644]
drivers/staging/rtlwifi/rc.c [new file with mode: 0644]
drivers/staging/rtlwifi/rc.h [new file with mode: 0644]
drivers/staging/rtlwifi/regd.c [new file with mode: 0644]
drivers/staging/rtlwifi/regd.h [new file with mode: 0644]
drivers/staging/rtlwifi/stats.c [new file with mode: 0644]
drivers/staging/rtlwifi/stats.h [new file with mode: 0644]
drivers/staging/rtlwifi/wifi.h [new file with mode: 0644]