aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 051fd7fd2992..5d1bb51c43c3 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -197,7 +197,7 @@ struct hci_dev {
197 197
198 struct work_struct rx_work; 198 struct work_struct rx_work;
199 struct work_struct cmd_work; 199 struct work_struct cmd_work;
200 struct tasklet_struct tx_task; 200 struct work_struct tx_work;
201 201
202 struct sk_buff_head rx_q; 202 struct sk_buff_head rx_q;
203 struct sk_buff_head raw_q; 203 struct sk_buff_head raw_q;