aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 8ee0b8bac77c..dc8084a139ed 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -201,6 +201,10 @@ struct hci_conn {
201 __u16 disc_timeout; 201 __u16 disc_timeout;
202 unsigned long pend; 202 unsigned long pend;
203 203
204 __u8 remote_cap;
205 __u8 remote_oob;
206 __u8 remote_auth;
207
204 unsigned int sent; 208 unsigned int sent;
205 209
206 struct sk_buff_head data_q; 210 struct sk_buff_head data_q;