Bluetooth: bpa10x: Add support for hci_set_fw_info
[deliverable/linux.git] / drivers / bluetooth / hci_ldisc.c
index 49b3e1e2d236ef6fa45c652b8c917532ba62ba06..dda97398c59acdb5e1298f5909b76c52747e3c14 100644 (file)
@@ -609,7 +609,7 @@ static int hci_uart_register_dev(struct hci_uart *hu)
        if (test_bit(HCI_UART_CREATE_AMP, &hu->hdev_flags))
                hdev->dev_type = HCI_AMP;
        else
-               hdev->dev_type = HCI_BREDR;
+               hdev->dev_type = HCI_PRIMARY;
 
        if (test_bit(HCI_UART_INIT_PENDING, &hu->hdev_flags))
                return 0;
This page took 0.027761 seconds and 5 git commands to generate.