commit | 1920257316615676387794cc5fb838183b3bae7f | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Mon Jan 14 22:33:51 2013 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Jan 18 02:56:20 2013 -0200 |
tree | 56ae3f888cb0cf41f99d00bfd83baf740ed450ec | |
parent | 6ead1bbc381a674c20f227dbe6f3a8c6f67ce7a2 [diff] |
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>