Bluetooth: Queue adv_work on system workqueue
authorAndre Guedes <andre.guedes@openbossa.org>
Mon, 2 Jan 2012 22:18:11 +0000 (19:18 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 3 Jan 2012 00:30:10 +0000 (22:30 -0200)
commitd084329e2862922bbc9a2de04a5c8e7219bfceb9
tree80552018470ccfe5c0fd2bdc51e9cb4c9b4db0f4
parentc1b9b4f45f014093231c568be9b5c2e392943696
Bluetooth: Queue adv_work on system workqueue

This patch queues hdev->adv_work on the system-wide workqueue
instead of on hdev->workqueue. This way we keep only tx/rx works
on hdev->workqueue.

Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_event.c