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

Once mgmt_set_powered(off) is updated to clear the scan mode we should
not just blindly clear the HCI_ADVERTISING flag in mgmt_advertising()
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