linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH 3/4] Bluetooth: Disable High Speed by default
Date: Thu,  6 Aug 2020 11:17:13 -0700	[thread overview]
Message-ID: <20200806181714.3216076-3-luiz.dentz@gmail.com> (raw)
In-Reply-To: <20200806181714.3216076-1-luiz.dentz@gmail.com>

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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 <luiz.von.dentz@intel.com>
---
 net/bluetooth/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig
index e2497d764e97..64e669acd42f 100644
--- a/net/bluetooth/Kconfig
+++ b/net/bluetooth/Kconfig
@@ -64,7 +64,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
-- 
2.26.2


  parent reply	other threads:[~2020-08-06 18:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-06 18:17 [PATCH 1/4] Bluetooth: A2MP: Fix not initializing all members Luiz Augusto von Dentz
2020-08-06 18:17 ` [PATCH 2/4] Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel Luiz Augusto von Dentz
2020-09-26  7:43   ` Marcel Holtmann
2020-08-06 18:17 ` Luiz Augusto von Dentz [this message]
2020-09-26  7:43   ` [PATCH 3/4] Bluetooth: Disable High Speed by default Marcel Holtmann
2020-08-06 18:17 ` [PATCH 4/4] Bluetooth: MGMT: Fix not checking if BT_HS is enabled Luiz Augusto von Dentz
2020-09-26  7:43   ` Marcel Holtmann
2020-09-26  7:43 ` [PATCH 1/4] Bluetooth: A2MP: Fix not initializing all members Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200806181714.3216076-3-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).