Dear Sean, Am 23.12.21 um 03:56 schrieb sean.wang@xxxxxxxxxxxx: […]
static int btmtksdio_probe(struct sdio_func *func, const struct sdio_device_id *id) { @@ -998,6 +1024,7 @@ static int btmtksdio_probe(struct sdio_func *func, hdev->shutdown = btmtksdio_shutdown; hdev->send = btmtksdio_send_frame; hdev->set_bdaddr = btmtk_set_bdaddr; + hdev->wakeup = btmtk_sdio_wakeup;
The equal sign still is not aligned with the one on `hdev->send`. […] Kind regards, Paul