Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension
authorJoseph Hwang <josephsih@chromium.org>
Sun, 26 Sep 2021 07:07:47 +0000 (15:07 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 28 Sep 2021 11:08:23 +0000 (13:08 +0200)
This patch enables Qualcomm WCN399x to support the AOSP extension.

Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Signed-off-by: Joseph Hwang <josephsih@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_qca.c

index 53deea2..e2566d6 100644 (file)
@@ -1730,6 +1730,7 @@ retry:
        if (qca_is_wcn399x(soc_type) ||
            qca_is_wcn6750(soc_type)) {
                set_bit(HCI_QUIRK_USE_BDADDR_PROPERTY, &hdev->quirks);
+               hci_set_aosp_capable(hdev);
 
                ret = qca_read_soc_version(hdev, &ver, soc_type);
                if (ret)