Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246910
b: refs/heads/master
c: baa7e1f
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan committed Apr 7, 2011
1 parent 4edc950 commit c7e50a1
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 113 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: 48454079c2d4b9ee65c570a22c5fdfe1827996a4
refs/heads/master: baa7e1fa6d2870462bd744df1c6ddbd497fe86d6
12 changes: 3 additions & 9 deletions trunk/include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,9 @@ struct l2cap_conn_param_update_rsp {
#define L2CAP_CONN_PARAM_REJECTED 0x0001

/* ----- L2CAP channels and connections ----- */

struct l2cap_chan {
struct sock *sk;
struct l2cap_chan *next_c;
struct l2cap_chan *prev_c;
};

struct l2cap_chan_list {
struct l2cap_chan *head;
rwlock_t lock;
struct list_head list;
};

struct l2cap_conn {
Expand All @@ -312,7 +305,8 @@ struct l2cap_conn {

__u8 disc_reason;

struct l2cap_chan_list chan_list;
struct list_head chan_l;
rwlock_t chan_lock;
};

struct sock_del_list {
Expand Down
Loading

0 comments on commit c7e50a1

Please sign in to comment.