diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-15 01:16:14 -0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-18 17:07:57 -0200 |
commit | f878fcad1760247c054a9c80964d0b7450d2379b (patch) | |
tree | ca137948498eb9d21a7e1d5fb442ab1d34c959e5 /include/net | |
parent | 3eff45eaf81780dad25c167bbaafa7d25ae407da (diff) | |
download | op-kernel-dev-f878fcad1760247c054a9c80964d0b7450d2379b.zip op-kernel-dev-f878fcad1760247c054a9c80964d0b7450d2379b.tar.gz |
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 a175091..f791374 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -522,7 +522,7 @@ struct l2cap_conn { __u8 info_state; __u8 info_ident; - struct timer_list info_timer; + struct delayed_work info_work; spinlock_t lock; |