]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtlwifi: btcoexist: Add new mini driver
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 28 Feb 2014 21:16:43 +0000 (15:16 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Mar 2014 18:18:28 +0000 (13:18 -0500)
commitaa45a673b291fd761275493bc15316d79555ed55
tree4b27260c71479bed2c67f79798c272ab1bc8d515
parentc24782e612dce377cf9149ad787998af7694f757
rtlwifi: btcoexist: Add new mini driver

A new driver in the rtlwifi family for the RTL8723BE will soon be added.
The bluetooth coexistence code for this device has been split into a separate
mini driver as it will be shared with other devices.  This commit adds the
the headers and sources, and modifies Kconfig and Makefile to configure and
build this driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
14 files changed:
drivers/net/wireless/rtlwifi/Kconfig
drivers/net/wireless/rtlwifi/Makefile
drivers/net/wireless/rtlwifi/btcoexist/Makefile [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/halbt_precomp.h [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.c [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b2ant.h [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/halbtcoutsrc.c [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/halbtcoutsrc.h [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/rtl_btc.c [new file with mode: 0644]
drivers/net/wireless/rtlwifi/btcoexist/rtl_btc.h [new file with mode: 0644]
drivers/net/wireless/rtlwifi/rtl8723com/fw_common.c [new file with mode: 0644]
drivers/net/wireless/rtlwifi/rtl8723com/fw_common.h [new file with mode: 0644]
drivers/net/wireless/rtlwifi/rtl8723com/phy_common.h [new file with mode: 0644]
drivers/net/wireless/rtlwifi/wifi.h