staging: r8822be: Add Makefiles and Kconfig for new driver
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 17 Aug 2017 17:46:51 +0000 (12:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Aug 2017 18:13:12 +0000 (11:13 -0700)
commit5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6
tree377ea28151830151462eb27b4c119a4f61995f1b
parent7e5b796cde7ed4f4edc242549b9585a78dac978d
staging: r8822be: Add Makefiles and Kconfig 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 enables building of the new driver. For this version, all
routines are built into a single module r8822be. When this driver is
moved to the wireless tree, halmac, phydm, and rtl8822be will become
new modules.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Ping-Ke Shih <pkshih@realtek.com>
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>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/rtlwifi/Kconfig [new file with mode: 0644]
drivers/staging/rtlwifi/Makefile [new file with mode: 0644]
drivers/staging/rtlwifi/TODO [new file with mode: 0644]
drivers/staging/rtlwifi/btcoexist/Makefile [new file with mode: 0644]
drivers/staging/rtlwifi/btcoexist/halbt_precomp.h
drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c
drivers/staging/rtlwifi/rtl8822be/Makefile [new file with mode: 0644]