Bluetooth: Ensure that HCI sysfs add/del is preempt safe
[pandora-kernel.git] / include / net / bluetooth / hci_core.h
index 01f9316..1224bba 100644 (file)
@@ -180,7 +180,8 @@ struct hci_conn {
        struct timer_list disc_timer;
        struct timer_list idle_timer;
 
-       struct work_struct work;
+       struct work_struct work_add;
+       struct work_struct work_del;
 
        struct device   dev;