From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- net/mac80211/Kconfig | 9 +++++++++ net/mac80211/Makefile | 2 ++ 2 files changed, 11 insertions(+) diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 96ddb72..661b679 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -67,6 +67,15 @@ config MAC80211_RC_DEFAULT_MINSTREL endchoice +config MAC80211_BLUETOOTH_SOFTAMP + bool "Bluetooth Soft AMP80211 device" + depends on BT + ---help--- + Enable Bluetooth Virtual / Software AMP 80211 controller. + When AMP is common between two devices data may be routed + through fast 80211 connection from standard Bluetooth BR/EDR + connection. + config MAC80211_RC_DEFAULT string default "minstrel_ht" if MAC80211_RC_DEFAULT_MINSTREL && MAC80211_RC_MINSTREL_HT diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 1be7a45..ff0131e 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile @@ -40,6 +40,8 @@ mac80211-$(CONFIG_MAC80211_MESH) += \ mesh_plink.o \ mesh_hwmp.o +mac80211-$(CONFIG_MAC80211_BLUETOOTH_SOFTAMP) += virtual_amp.o + mac80211-$(CONFIG_PM) += pm.o CFLAGS_driver-trace.o := -I$(src) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html