Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255821
b: refs/heads/master
c: 89bc500
h: refs/heads/master
i:
  255819: e92eb92
v: v3
  • Loading branch information
Gustavo F. Padovan committed Jun 13, 2011
1 parent 9035873 commit fff990e
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 55 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: ba3bd0ee3946d9300512e685e8d5573dfa10c060
refs/heads/master: 89bc500e41fc5b48e0573e6b0d927fc97b8951dc
3 changes: 3 additions & 0 deletions trunk/include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ struct l2cap_chan {

struct l2cap_conn *conn;

__u8 state;

__le16 psm;
__u16 dcid;
__u16 scid;
Expand Down Expand Up @@ -365,6 +367,7 @@ struct l2cap_ops {
struct l2cap_chan *(*new_connection) (void *data);
int (*recv) (void *data, struct sk_buff *skb);
void (*close) (void *data);
void (*state_change) (void *data, int state);
};

struct l2cap_conn {
Expand Down
Loading

0 comments on commit fff990e

Please sign in to comment.