Explorar o código

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>
Marcel Holtmann %!s(int64=10) %!d(string=hai) anos
pai
achega
35ab8150ee
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      drivers/bluetooth/hci_intel.c

+ 2 - 0
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);