Bluetooth: Add controller types for BR/EDR and 802.11 AMP
[pandora-kernel.git] / include / net / bluetooth / hci_core.h
index 7b86094..ce3c99e 100644 (file)
@@ -70,7 +70,8 @@ struct hci_dev {
        char            name[8];
        unsigned long   flags;
        __u16           id;
-       __u8            type;
+       __u8            bus;
+       __u8            dev_type;
        bdaddr_t        bdaddr;
        __u8            dev_name[248];
        __u8            dev_class[3];
@@ -134,6 +135,8 @@ struct hci_dev {
 
        atomic_t                promisc;
 
+       struct dentry           *debugfs;
+
        struct device           *parent;
        struct device           dev;