aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 059260bed4e8..8942c2ffc58b 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -55,6 +55,7 @@ struct l2cap_options {
55 __u16 flush_to; 55 __u16 flush_to;
56 __u8 mode; 56 __u8 mode;
57 __u8 fcs; 57 __u8 fcs;
58 __u8 max_tx;
58 __u16 txwin_size; 59 __u16 txwin_size;
59}; 60};
60 61
@@ -340,6 +341,7 @@ struct l2cap_pinfo {
340 __u8 ident; 341 __u8 ident;
341 342
342 __u8 tx_win; 343 __u8 tx_win;
344 __u8 max_tx;
343 __u8 remote_tx_win; 345 __u8 remote_tx_win;
344 __u8 remote_max_tx; 346 __u8 remote_max_tx;
345 __u16 retrans_timeout; 347 __u16 retrans_timeout;