We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72204 commit 877ec9eCopy full SHA for 877ec9e
drivers/bluetooth/btmtksdio.c
@@ -834,6 +834,8 @@ static int btmtksdio_probe(struct sdio_func *func,
834
hdev->setup = btmtksdio_setup;
835
hdev->shutdown = btmtksdio_shutdown;
836
hdev->send = btmtksdio_send_frame;
837
+ hdev->set_bdaddr = btmtk_set_bdaddr;
838
+
839
SET_HCIDEV_DEV(hdev, &func->dev);
840
841
hdev->manufacturer = 70;
0 commit comments