aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 9fe8e2dec870..00abc5246cbf 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -355,6 +355,7 @@ struct hci_chan {
355 struct hci_conn *conn; 355 struct hci_conn *conn;
356 struct sk_buff_head data_q; 356 struct sk_buff_head data_q;
357 unsigned int sent; 357 unsigned int sent;
358 __u8 state;
358}; 359};
359 360
360extern struct list_head hci_dev_list; 361extern struct list_head hci_dev_list;