aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index d24b51c3ff8c..81829e5c407d 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -279,6 +279,8 @@ struct l2cap_conn_param_update_rsp {
279/* ----- L2CAP channels and connections ----- */ 279/* ----- L2CAP channels and connections ----- */
280struct l2cap_chan { 280struct l2cap_chan {
281 struct sock *sk; 281 struct sock *sk;
282 __u8 ident;
283
282 struct list_head list; 284 struct list_head list;
283}; 285};
284 286
@@ -363,8 +365,6 @@ struct l2cap_pinfo {
363 __u16 partial_sdu_len; 365 __u16 partial_sdu_len;
364 struct sk_buff *sdu; 366 struct sk_buff *sdu;
365 367
366 __u8 ident;
367
368 __u8 tx_win; 368 __u8 tx_win;
369 __u8 max_tx; 369 __u8 max_tx;
370 __u8 remote_tx_win; 370 __u8 remote_tx_win;