Bluetooth: Use req_workqueue for hci_request operations
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 14 Jan 2013 20:33:51 +0000 (22:33 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 18 Jan 2013 04:56:20 +0000 (02:56 -0200)
commit1920257316615676387794cc5fb838183b3bae7f
tree56ae3f888cb0cf41f99d00bfd83baf740ed450ec
parent6ead1bbc381a674c20f227dbe6f3a8c6f67ce7a2
Bluetooth: Use req_workqueue for hci_request operations

This patch converts work assignment relying on hci_request() from the
system-global work queue to the per-HCI device specific work queue
(hdev->req_workqueue) intended for hci_request() related tasks.

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