aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-31 14:43:17 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-01-02 22:22:03 +0100
commit91389af67c3a8d8f9eca5f51deda58fae4d9326e (patch)
treeedf3df498be17d95db708387f7379a87904f3746 /include/net/bluetooth/hci.h
parentBluetooth: Introduce force_bredr_smp debugfs option for testing (diff)
downloadlinux-dev-91389af67c3a8d8f9eca5f51deda58fae4d9326e.tar.xz
linux-dev-91389af67c3a8d8f9eca5f51deda58fae4d9326e.zip
Bluetooth: Remove broken force_lesc_support debugfs option
The force_lesc_support debugfs option never really worked. It has a race condition between creating the debugfs entry and registering the L2CAP fixed channel for BR/EDR SMP support. Also this has been replaced with a working force_bredr_smp debugfs switch that developers can use now. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index fddb93f168b8..884ba004237e 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -173,7 +173,6 @@ enum {
enum {
HCI_DUT_MODE,
HCI_FORCE_SC,
- HCI_FORCE_LESC,
HCI_FORCE_BREDR_SMP,
HCI_FORCE_STATIC_ADDR,
};