commit | db99b5fc77e6cec47d80703b471f1efe04527d2f | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Feb 22 20:14:22 2012 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 23 13:07:00 2012 +0200 |
tree | 9230d4104b45ab1717bb63d46d1cd56438eac4e1 | |
parent | 490c5baba7a5ad80782d5eb778638d1cfc8d70ce [diff] |
Bluetooth: Fix read_name updating when HCI_SETUP is not set The local name should only be updated as a consequence of a hci_read_local_name if we are in the HCI_SETUP state. In all other scenarios it should only be updated through hci_write_local_name. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>