]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use new alloc_workqueue()
authorGustavo F. Padovan <padovan@profusion.mobi>
Sat, 17 Dec 2011 19:47:30 +0000 (17:47 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:58 +0000 (17:07 -0200)
commitd2c09693933dcdb9f2d305bbb3c823675fd4bfc5
treeee4dd05c5c12264bdca123ede2edadd38da26e54
parent5271870c84ea71bda06a1912aa8591b718e391ed
Bluetooth: Use new alloc_workqueue()

Update hdev workqueue API usage to use the new interface, this new
interface also allow us to mark this workqueue as WQ_HIGHPRI, so now rx
and tx work gets higher priority when running.

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