From: Sean Wang <sean.wang@xxxxxxxxxxxx> Similar to MT7921 btusb, we enable AOSP extension for MT7921 btmtksdio as well. Signed-off-by: Sean Wang <sean.wang@xxxxxxxxxxxx> --- v2: rebase onto the top of "[v2] Bluetooth: btmtksdio: enable msft opcode" --- drivers/bluetooth/btmtksdio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/btmtksdio.c b/drivers/bluetooth/btmtksdio.c index fc15f826d948..3a8815e2be3b 100644 --- a/drivers/bluetooth/btmtksdio.c +++ b/drivers/bluetooth/btmtksdio.c @@ -788,6 +788,7 @@ static int mt79xx_setup(struct hci_dev *hdev, const char *fwname) } hci_set_msft_opcode(hdev, 0xFD30); + hci_set_aosp_capable(hdev); return err; } -- 2.25.1