Bluetooth: Fix scope of sc_only_mode debugfs entry
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 31 Dec 2014 22:43:19 +0000 (14:43 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 2 Jan 2015 21:22:04 +0000 (22:22 +0100)
commitcb0d2faeb1356f7d453bab3f1028f169d8ffe99c
tree47f541cf3d76c4c60dfaa57762a9178248917105
parent05b3c3e7905d00a1fe2e9184fdd9b5eac427c736
Bluetooth: Fix scope of sc_only_mode debugfs entry

The sc_only_mode debugfs entry is used to read the current state of the
Secure Connections Only mode. Before Bluetooth 4.2 this mode was only
for BR/EDR controllers and with that tight to the support Secure Simple
Pairing. Since Secure Connections is now available for BR/EDR and LE
this debugfs entry is no longer correctly place.

Move it to the common section and enable it when either BR/EDR Secure
Connections feature is supported or when the controller has LE support.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_debugfs.c