diff options
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 54737c5dc86c..f566aa1f0a4c 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -221,6 +221,8 @@ struct l2cap_conn { | |||
221 | __u8 rx_ident; | 221 | __u8 rx_ident; |
222 | __u8 tx_ident; | 222 | __u8 tx_ident; |
223 | 223 | ||
224 | __u8 disc_reason; | ||
225 | |||
224 | struct l2cap_chan_list chan_list; | 226 | struct l2cap_chan_list chan_list; |
225 | }; | 227 | }; |
226 | 228 | ||