Bluetooth: mgmt: Fix updating local name when powering on
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 2 Mar 2012 22:19:06 +0000 (00:19 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 2 Mar 2012 23:28:47 +0000 (01:28 +0200)
commit2b4bf3974249da74f4aef1e9180d4beaf6332515
treed6b32d4c9fbebd723963cb24475b2cd6630be133
parent4f87da80a5210e66fb47b0e839f4d05016986f78
Bluetooth: mgmt: Fix updating local name when powering on

When powering on we need to apply whatever name has been set through
mgmt_set_local_name. The appropriate place for this is mgmt_powered()
and not hci_setup() since this needs to be applied also if the HCI init
sequence was already completed but the adapter was still "powered off"
from a mgmt perspective due the the HCI_AUTO_OFF still being set.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c
net/bluetooth/mgmt.c
This page took 0.028442 seconds and 5 git commands to generate.