aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-03-31 23:38:50 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-04-07 17:06:27 -0400
commit6a026610eee2c53ff59598905fcbaa979aec68d1 (patch)
tree53b0ea90f9d93de1d933c96a90f8d1d5e38f23aa /include
parent42e5c8027bad6f1591032941f0ebf4fc079405c8 (diff)
Bluetooth: Move more ERTM stuff to struct l2cap_chan
As part of the moving channel stuff to l2cap_chan. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/l2cap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 9b43874ca6e4..041213b4175a 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -293,6 +293,11 @@ struct l2cap_chan {
293 __u8 expected_tx_seq; 293 __u8 expected_tx_seq;
294 __u8 buffer_seq; 294 __u8 buffer_seq;
295 __u8 buffer_seq_srej; 295 __u8 buffer_seq_srej;
296 __u8 srej_save_reqseq;
297 __u8 frames_sent;
298 __u8 unacked_frames;
299 __u8 retry_count;
300 __u8 num_acked;
296 301
297 struct list_head list; 302 struct list_head list;
298}; 303};
@@ -359,11 +364,6 @@ struct l2cap_pinfo {
359 364
360 __u8 conf_state; 365 __u8 conf_state;
361 366
362 __u8 srej_save_reqseq;
363 __u8 frames_sent;
364 __u8 unacked_frames;
365 __u8 retry_count;
366 __u8 num_acked;
367 __u16 sdu_len; 367 __u16 sdu_len;
368 __u16 partial_sdu_len; 368 __u16 partial_sdu_len;
369 struct sk_buff *sdu; 369 struct sk_buff *sdu;