Skip to content

Commit 5971752

Browse files
Matthias Kaehlckeholtmann
authored andcommitted
Bluetooth: hci_qca: Set HCI_QUIRK_USE_BDADDR_PROPERTY for wcn3990
Set quirk for wcn3990 to read BD_ADDR from a firmware node property. Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Tested-by: Balakrishna Godavarthi <bgodavar@codeaurora.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
1 parent de79a9d commit 5971752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/hci_qca.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,7 @@ static int qca_setup(struct hci_uart *hu)
11921192
* setup for every hci up.
11931193
*/
11941194
set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks);
1195+
set_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks);
11951196
hu->hdev->shutdown = qca_power_off;
11961197
ret = qca_wcn3990_init(hu);
11971198
if (ret)

0 commit comments

Comments
 (0)