From: Johan Hedberg Date: Fri, 2 Mar 2012 22:19:06 +0000 (+0200) Subject: Bluetooth: mgmt: Fix updating local name when powering on X-Git-Tag: v3.4-rc1~177^2~112^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4bf3974249da74f4aef1e9180d4beaf6332515;p=pandora-kernel.git 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 Acked-by: Marcel Holtmann --- Reading git-diff-tree failed