Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314393
b: refs/heads/master
c: f5dbb07
h: refs/heads/master
i:
  314391: 86ba0c6
v: v3
  • Loading branch information
Mat Martineau authored and Johan Hedberg committed Jun 5, 2012
1 parent f4c8c15 commit 3522ee1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 501 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b51dae96731c9d82f5634e75ac7ffd3b9c1b060
refs/heads/master: f5dbb0772df3feb2bb5eda8a9f0e0acdeb25653f
8 changes: 0 additions & 8 deletions trunk/include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,6 @@ struct l2cap_seq_list {
#define L2CAP_SEQ_LIST_CLEAR 0xFFFF
#define L2CAP_SEQ_LIST_TAIL 0x8000

struct srej_list {
__u16 tx_seq;
struct list_head list;
};

struct l2cap_chan {
struct sock *sk;

Expand Down Expand Up @@ -475,14 +470,12 @@ struct l2cap_chan {
__u16 expected_ack_seq;
__u16 expected_tx_seq;
__u16 buffer_seq;
__u16 buffer_seq_srej;
__u16 srej_save_reqseq;
__u16 last_acked_seq;
__u16 frames_sent;
__u16 unacked_frames;
__u8 retry_count;
__u16 srej_queue_next;
__u8 num_acked;
__u16 sdu_len;
struct sk_buff *sdu;
struct sk_buff *sdu_last_frag;
Expand Down Expand Up @@ -515,7 +508,6 @@ struct l2cap_chan {
struct sk_buff_head srej_q;
struct l2cap_seq_list srej_list;
struct l2cap_seq_list retrans_list;
struct list_head srej_l;

struct list_head list;
struct list_head global_l;
Expand Down
Loading

0 comments on commit 3522ee1

Please sign in to comment.