From a47898078457e9d41d8831d25cb8ac1bdda306e7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 19 Oct 2020 17:19:34 +0800 Subject: [PATCH] Bluetooth: Disable High Speed by default mainline inclusion from mainline-v5.10 commit b176dd0ef6afcb3bca24f41d78b0d0b731ec2d08 category: bugfix bugzilla: NA CVE: NA -------------------------------- Bluetooth High Speed requires hardware support which is very uncommon nowadays since HS has not pickup interest by the industry. Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Marcel Holtmann Signed-off-by: Yang Yingliang Reviewed-by: Jason Yan Signed-off-by: Yang Yingliang --- net/bluetooth/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index db82a40875e8..52e4db0fa47c 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -62,7 +62,6 @@ source "net/bluetooth/hidp/Kconfig" config BT_HS bool "Bluetooth High Speed (HS) features" depends on BT_BREDR - default y help Bluetooth High Speed includes support for off-loading Bluetooth connections via 802.11 (wifi) physical layer -- GitLab