Merge branch 'salted-string-hash'
[deliverable/linux.git] / drivers / bluetooth / btsdio.c
index 2b05661e3818e51877655bfbb34450184e988c94..1cb958e199ebc36a31e4a09b38eb3f39f2f969af 100644 (file)
@@ -311,7 +311,7 @@ static int btsdio_probe(struct sdio_func *func,
        if (id->class == SDIO_CLASS_BT_AMP)
                hdev->dev_type = HCI_AMP;
        else
-               hdev->dev_type = HCI_BREDR;
+               hdev->dev_type = HCI_PRIMARY;
 
        data->hdev = hdev;
 
This page took 0.026634 seconds and 5 git commands to generate.