Commit 16ada83b authored by Sean Wang's avatar Sean Wang Committed by Marcel Holtmann

Bluetooth: btmtksdio: enable AOSP extension for MT7921

Similar to MT7921 btusb, we enable AOSP extension for MT7921 btmtksdio
as well.
Signed-off-by: default avatarSean Wang <sean.wang@mediatek.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 630491ff
...@@ -792,6 +792,7 @@ static int mt79xx_setup(struct hci_dev *hdev, const char *fwname) ...@@ -792,6 +792,7 @@ static int mt79xx_setup(struct hci_dev *hdev, const char *fwname)
} }
hci_set_msft_opcode(hdev, 0xFD30); hci_set_msft_opcode(hdev, 0xFD30);
hci_set_aosp_capable(hdev);
return err; return err;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment