aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_intel.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-07-05 14:37:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-07-23 17:10:50 +0200
commit35ab8150ee9df8c8a47a57617d7ccbd74cb45bcf (patch)
treef0a7423a41a4102855fa8b2bea9e4d19dcc9bcbe /drivers/bluetooth/hci_intel.c
parentBluetooth: btusb: Use hardware error handler from Intel module (diff)
downloadlinux-dev-35ab8150ee9df8c8a47a57617d7ccbd74cb45bcf.tar.xz
linux-dev-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/hci_intel.c')
-rw-r--r--drivers/bluetooth/hci_intel.c2
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);