]> git.baikalelectronics.ru Git - kernel.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)
commit1739b34318b51d3b77471da1fb966f8e8e229ef8
tree4b27260c71479bed2c67f79798c272ab1bc8d515
parent16fd6a4a8354148b9c529094f6daf52c438efe62
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