]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix using system-global workqueue when not necessary
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 14 Jan 2013 20:33:52 +0000 (22:33 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 18 Jan 2013 04:58:37 +0000 (02:58 -0200)
commit0f6f675c206c0f72a78bf234798f0e9826126813
tree7313ef0c4b35ddbc24df00f68194f10ba280f393
parent87d353223b6d5dd6bc562b70abefa776fd6ff90d
Bluetooth: Fix using system-global workqueue when not necessary

There's a per-HCI device workqueue (hdev->workqueue) that should be used
for general per-HCI device work (except hdev->req_workqueue that's for
hci_request() related work). This patch fixes places using the
system-global work queue and makes them use the hdev->workqueue instead.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_core.c
net/bluetooth/mgmt.c