commit | f51d5b248981d05269e4f83ab8f8ed7ed494fe33 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Feb 22 18:17:32 2012 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 23 13:06:59 2012 +0200 |
tree | fd7350c3921273e57073bb49bdadfd42f1e10060 | |
parent | e59fda8dc14c173b74b5e9d5c8d72849d2ff6b5f [diff] |
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 <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>