Bluetooth: Make mgmt power down notification for BR/EDR explicit
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 07:58:33 +0000 (00:58 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 7 Oct 2013 08:08:39 +0000 (10:08 +0200)
commit93c311a044442db62717ae509e09047f34dc3583
tree2a58dedc91a316fe99232585d874115171c1f7c0
parent004b02589c5394a75660a00829086460cc3e4366
Bluetooth: Make mgmt power down notification for BR/EDR explicit

The management interface only operates on BR/EDR controllers. The check
for the power down notification is a bit intermixed with the check if
controller auto power off is active. Since there are more than just
BR/EDR controllers supported, make this check explicit since the auto
power off check also applies to AMP controllers and it has to happen
in this exact order. Otherwise the bit will not be cleared.

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