From: Johan Hedberg Date: Wed, 22 Feb 2012 16:17:32 +0000 (+0200) Subject: Bluetooth: mgmt: Fix updating EIR when updating the name X-Git-Tag: v3.4-rc1~177^2~112^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51d5b248981d05269e4f83ab8f8ed7ed494fe33;p=pandora-kernel.git Bluetooth: mgmt: Fix updating EIR when updating the name Whenever we update the local device name the EIR data also needs to be updated to reflect this. The update_eir() function in mgmt.c depends on hdev->dev_name to be up to date so the patch also makes sure that the mgmt function is called from hci_event.c after the update has happened. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann --- Reading git-diff-tree failed