Bluetooth: Convert controller hdev->type to hdev->bus
[deliverable/linux.git] / drivers / bluetooth / btmrvl_main.c
index f97771ce432ce1308044df91c3f381564cc2d3be..53a43adf2e21b3d342e9b2bb885716cdb3b810f2 100644 (file)
@@ -563,7 +563,7 @@ struct btmrvl_private *btmrvl_add_card(void *card)
 
        priv->btmrvl_dev.tx_dnld_rdy = true;
 
-       hdev->type = HCI_SDIO;
+       hdev->bus = HCI_SDIO;
        hdev->open = btmrvl_open;
        hdev->close = btmrvl_close;
        hdev->flush = btmrvl_flush;
This page took 0.023472 seconds and 5 git commands to generate.