staging: r8822be: Copy existing btcoexist code into staging
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 17 Aug 2017 17:46:46 +0000 (12:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Aug 2017 18:13:12 +0000 (11:13 -0700)
commitfbdc6ba8eed9090e4ee4e070c70b18f247deaeac
treed59fc8cb86872f859c1ebcf5c6b63932ce3a9c24
parent56bde846304ea05d5f8c8de0e3a42627a7a92be6
staging: r8822be: Copy existing btcoexist code into staging

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 existing routines from .../rtlwifi/btcoexist/
into staging. There are no changes other than removing all EXPORT
statements, and the fixing of checkpatch messages. The latter will
be backported to the wireless tree.

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/rtlwifi/btcoexist/halbt_precomp.h [new file with mode: 0644]
drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c [new file with mode: 0644]
drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.h [new file with mode: 0644]
drivers/staging/rtlwifi/btcoexist/rtl_btc.c [new file with mode: 0644]
drivers/staging/rtlwifi/btcoexist/rtl_btc.h [new file with mode: 0644]