Bluetooth: Convert controller hdev->type to hdev->bus
[pandora-kernel.git] / drivers / bluetooth / hci_vhci.c
index 7595274..bb0aefd 100644 (file)
@@ -236,7 +236,7 @@ static int vhci_open(struct inode *inode, struct file *file)
 
        data->hdev = hdev;
 
-       hdev->type = HCI_VIRTUAL;
+       hdev->bus = HCI_VIRTUAL;
        hdev->driver_data = data;
 
        hdev->open     = vhci_open_dev;