diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2014-12-31 14:43:18 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-01-02 22:22:04 +0100 |
commit | 05b3c3e7905d00a1fe2e9184fdd9b5eac427c736 (patch) | |
tree | 4251d1ca90974e4bee900fed331ecd23e8285c4c /include/net/bluetooth/hci.h | |
parent | 91389af67c3a8d8f9eca5f51deda58fae4d9326e (diff) | |
download | blackbird-obmc-linux-05b3c3e7905d00a1fe2e9184fdd9b5eac427c736.tar.gz blackbird-obmc-linux-05b3c3e7905d00a1fe2e9184fdd9b5eac427c736.zip |
Bluetooth: Remove no longer needed force_sc_support debugfs option
The force_sc_support debugfs option was introduced to easily work with
pre-production Bluetooth 4.1 silicon. This option is no longer needed
since controllers supporting BR/EDR Secure Connections feature are now
available.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 884ba004237e..aee16bf5d34f 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -172,7 +172,6 @@ enum { */ enum { HCI_DUT_MODE, - HCI_FORCE_SC, HCI_FORCE_BREDR_SMP, HCI_FORCE_STATIC_ADDR, }; |