Skip to content

Commit

Permalink
Bluetooth: btmtksdio: enable AOSP extension for MT7921
Browse files Browse the repository at this point in the history
Similar to MT7921 btusb, we enable AOSP extension for MT7921 btmtksdio
as well.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Sean Wang authored and Marcel Holtmann committed Dec 7, 2021
1 parent 630491f commit 16ada83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/bluetooth/btmtksdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,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;
}
Expand Down

0 comments on commit 16ada83

Please sign in to comment.