diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-14 22:16:14 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-18 14:07:57 -0500 |
commit | f878fcad1760247c054a9c80964d0b7450d2379b (patch) | |
tree | ca137948498eb9d21a7e1d5fb442ab1d34c959e5 /include/net | |
parent | 3eff45eaf81780dad25c167bbaafa7d25ae407da (diff) |
Bluetooth: convert info timer to delayed_work
Another step of remove interrupt context from Bluetooth Core.
Use the system workqueue.
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index a1750912824f..f79137476cb6 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -522,7 +522,7 @@ struct l2cap_conn { | |||
522 | __u8 info_state; | 522 | __u8 info_state; |
523 | __u8 info_ident; | 523 | __u8 info_ident; |
524 | 524 | ||
525 | struct timer_list info_timer; | 525 | struct delayed_work info_work; |
526 | 526 | ||
527 | spinlock_t lock; | 527 | spinlock_t lock; |
528 | 528 | ||