Bluetooth: convert tx_task to workqueue

This should simplify Bluetooth core processing a lot.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Gustavo F. Padovan
2011-12-15 00:50:02 -02:00
parent c347b765fe
commit 3eff45eaf8
4 changed files with 13 additions and 19 deletions

View File

@@ -197,7 +197,7 @@ struct hci_dev {
struct work_struct rx_work;
struct work_struct cmd_work;
struct tasklet_struct tx_task;
struct work_struct tx_work;
struct sk_buff_head rx_q;
struct sk_buff_head raw_q;