]> Pileus Git - ~andy/linux/commit
Bluetooth: Use delayed_work for connection timeout
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 17 Jun 2011 16:03:21 +0000 (13:03 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:54 +0000 (17:07 -0200)
commit19c40e3bcaf2d969f5d4ee85bbe1330b54d36d9c
treef854037b80d82f59a9b505d2643102b2a51f0629
parent09fd0de5bd8f8ef3317e5365f92f1a13dcd89aa9
Bluetooth: Use delayed_work for connection timeout

Bluetooth rx task runs now in a workqueue, so it a good approach run any
timer that share locking with process context code also in a workqueue.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c