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>
This commit is contained in:
parent
de79a9df16
commit
5971752de4
1 changed files with 1 additions and 0 deletions
|
@ -1192,6 +1192,7 @@ static int qca_setup(struct hci_uart *hu)
|
||||||
* setup for every hci up.
|
* setup for every hci up.
|
||||||
*/
|
*/
|
||||||
set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks);
|
set_bit(HCI_QUIRK_NON_PERSISTENT_SETUP, &hdev->quirks);
|
||||||
|
set_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks);
|
||||||
hu->hdev->shutdown = qca_power_off;
|
hu->hdev->shutdown = qca_power_off;
|
||||||
ret = qca_wcn3990_init(hu);
|
ret = qca_wcn3990_init(hu);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
|
Loading…
Add table
Reference in a new issue