Bluetooth: hci_uart: Add Intel address configuration support
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Jul 2015 12:37:40 +0000 (14:37 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Jul 2015 15:10:50 +0000 (17:10 +0200)
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>
drivers/bluetooth/hci_intel.c

index ade19aaeb5c5e5da4b7b2ae87e9de045502edef3..06398cc0d95cf5f4d74ea5f2edc933b2561fbab1 100644 (file)
@@ -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);
This page took 0.025263 seconds and 5 git commands to generate.