]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Don't clear HCI_DISCOVERABLE when powering off
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 24 Feb 2014 12:52:19 +0000 (14:52 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Feb 2014 19:10:36 +0000 (11:10 -0800)
commit5d6ec42de9cfd5c72f6d37396064f5dbbf45cf12
treedea4195d6a8c1a21015f6af73cb4b89f4e6c700c
parenta2df74d230f5f848c945626a88cead60785fe78b
Bluetooth: Don't clear HCI_DISCOVERABLE when powering off

Once mgmt_set_powered(off) is updated to clear the scan mode we should
not just blindly clear the HCI_DISCOVERABLE flag in mgmt_discoverable()
but first check if there is a pending set_powered operation.

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