Skip to content

Commit 630491f

Browse files
semihalf-bartosik-lukaszholtmann
authored andcommitted
Bluetooth: btmtksdio: enable msft opcode
Enable msft opcode for mt7921 chip. Signed-off-by: Łukasz Bartosik <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent e8c4258 commit 630491f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btmtksdio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,8 @@ static int mt79xx_setup(struct hci_dev *hdev, const char *fwname)
791791
return err;
792792
}
793793

794+
hci_set_msft_opcode(hdev, 0xFD30);
795+
794796
return err;
795797
}
796798

0 commit comments

Comments
 (0)