Skip to content

Commit 877ec9e

Browse files
moore-brosholtmann
authored andcommitted
Bluetooth: btmtksdio: add .set_bdaddr support
add .set_bdaddr support Signed-off-by: Sean Wang <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 3a72204 commit 877ec9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btmtksdio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,8 @@ static int btmtksdio_probe(struct sdio_func *func,
834834
hdev->setup = btmtksdio_setup;
835835
hdev->shutdown = btmtksdio_shutdown;
836836
hdev->send = btmtksdio_send_frame;
837+
hdev->set_bdaddr = btmtk_set_bdaddr;
838+
837839
SET_HCIDEV_DEV(hdev, &func->dev);
838840

839841
hdev->manufacturer = 70;

0 commit comments

Comments
 (0)