commit | 1aeb9c651c06282e84c33eb838d1069582879af8 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Dec 11 21:45:46 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 11 20:57:39 2014 +0100 |
tree | 871f1d260553221fc42dfcca5c3f1ea5ffb1a0b1 | |
parent | a511b35ba4f02cca526c7239723c48445a8b127d [diff] |
Bluetooth: Fix notifying mgmt power off before flushing connection list This patch moves the mgmt_powered() notification earlier in the hci_dev_do_close() function. This way the correct "not powered" error gets passed to any pending mgmt commands. Without the patch the pending commands would instead get a misleading "disconnected" response when powering down the adapter. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>