]> git.baikalelectronics.ru Git - kernel.git/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)
commited3c0153b4a7a921fc93ba0d6fd2542c4d8d4085
treef854037b80d82f59a9b505d2643102b2a51f0629
parent61c9409080c84dc85f5673887a2334eb65cafb55
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