]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/bluetooth/hci_core.h
Bluetooth: Convert auto accept timer to use delayed work
[karo-tx-linux.git] / include / net / bluetooth / hci_core.h
index d987c795ba143a5579b49ead855dbb091ab6e271..2504a2553baa1f6c8b64289a900f0f061ff02794 100644 (file)
@@ -341,8 +341,8 @@ struct hci_conn {
        struct list_head chan_list;
 
        struct delayed_work disc_work;
+       struct delayed_work auto_accept_work;
        struct timer_list idle_timer;
-       struct timer_list auto_accept_timer;
 
        struct device   dev;