2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-09 14:14:00 +08:00

Bluetooth: btmtksdio: enable msft opcode

Enable msft opcode for mt7921 chip.

Signed-off-by: Łukasz Bartosik <lb@semihalf.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Łukasz Bartosik 2021-12-01 21:13:51 +01:00 committed by Marcel Holtmann
parent e8c42585dc
commit 630491ffd5

View File

@ -791,6 +791,8 @@ static int mt79xx_setup(struct hci_dev *hdev, const char *fwname)
return err;
}
hci_set_msft_opcode(hdev, 0xFD30);
return err;
}