diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-07-05 14:37:40 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-07-23 17:10:50 +0200 |
commit | 35ab8150ee9df8c8a47a57617d7ccbd74cb45bcf (patch) | |
tree | f0a7423a41a4102855fa8b2bea9e4d19dcc9bcbe /drivers/bluetooth | |
parent | eeb6abe97390c579d9ed9da27bd98fbf07c641ed (diff) | |
download | blackbird-op-linux-35ab8150ee9df8c8a47a57617d7ccbd74cb45bcf.tar.gz blackbird-op-linux-35ab8150ee9df8c8a47a57617d7ccbd74cb45bcf.zip |
Bluetooth: hci_uart: Add Intel address configuration support
The Intel specific Bluetooth module provides support for pubic address
configuration. So make sure that it is enabled for Intel UART devices.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_intel.c b/drivers/bluetooth/hci_intel.c index ade19aaeb5c5..06398cc0d95c 100644 --- a/drivers/bluetooth/hci_intel.c +++ b/drivers/bluetooth/hci_intel.c @@ -175,6 +175,8 @@ static int intel_setup(struct hci_uart *hu) BT_DBG("%s", hdev->name); + hu->hdev->set_bdaddr = btintel_set_bdaddr; + calltime = ktime_get(); set_bit(STATE_BOOTLOADER, &intel->flags); |