Bluetooth: btmtksdio: add .set_bdaddr support
add .set_bdaddr support Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
3a722044aa
commit
877ec9e1d0
@ -834,6 +834,8 @@ static int btmtksdio_probe(struct sdio_func *func,
|
||||
hdev->setup = btmtksdio_setup;
|
||||
hdev->shutdown = btmtksdio_shutdown;
|
||||
hdev->send = btmtksdio_send_frame;
|
||||
hdev->set_bdaddr = btmtk_set_bdaddr;
|
||||
|
||||
SET_HCIDEV_DEV(hdev, &func->dev);
|
||||
|
||||
hdev->manufacturer = 70;
|
||||
|
Loading…
x
Reference in New Issue
Block a user