Bluetooth: Fix accepting connections when not using mgmt
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 24 Dec 2014 18:43:11 +0000 (20:43 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 24 Dec 2014 19:02:00 +0000 (20:02 +0100)
commit6a8fc95c87110a466ee81675b41170b963f82bdb
tree23ba344cfd0ea811c8423c67ac77d46f28c9fdee
parent8bfe8442ff20fdc2d965c197103d935a99bd3296
Bluetooth: Fix accepting connections when not using mgmt

When connectable mode is enabled (page scan on) through some non-mgmt
method the HCI_CONNECTABLE flag will not be set. For backwards
compatibility with user space versions not using mgmt we should not
require HCI_CONNECTABLE to be set if HCI_MGMT is not set.

Reported-by: Pali Rohár <pali.rohar@gmail.com>
Tested-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org # 3.17+
net/bluetooth/hci_event.c