You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Bluetooth: Create per controller workqueue
Instead of having a global workqueue for all controllers, it makes more sense to have a workqueue per controller. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
@@ -107,6 +107,8 @@ struct hci_dev {
|
||||
unsigned long acl_last_tx;
|
||||
unsigned long sco_last_tx;
|
||||
|
||||
struct workqueue_struct *workqueue;
|
||||
|
||||
struct tasklet_struct cmd_task;
|
||||
struct tasklet_struct rx_task;
|
||||
struct tasklet_struct tx_task;
|
||||
|
||||
Reference in New Issue
Block a user