Commit 34af56e8 authored by Joseph Hwang's avatar Joseph Hwang Committed by Marcel Holtmann
Browse files

Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension



This patch enables Qualcomm WCN399x to support the AOSP extension.

Reviewed-by: default avatarMiao-chen Chou <mcchou@chromium.org>
Signed-off-by: default avatarJoseph Hwang <josephsih@chromium.org>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 4139ff00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1730,6 +1730,7 @@ static int qca_setup(struct hci_uart *hu)
	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)