Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247621
b: refs/heads/master
c: 23691d7
h: refs/heads/master
i:
  247619: c26b558
v: v3
  • Loading branch information
Gustavo F. Padovan committed May 5, 2011
1 parent 21e747d commit d7e6f30
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 83 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: 73b2ec18532f45e9028ce4c7bc8d7f8818eabd2a
refs/heads/master: 23691d75cdc69c3b285211b4d77746aa20a17d18
6 changes: 3 additions & 3 deletions trunk/include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ struct l2cap_chan {
struct list_head srej_l;

struct list_head list;
struct list_head global_l;
};

struct l2cap_conn {
Expand Down Expand Up @@ -441,7 +442,6 @@ static inline int l2cap_tx_window_full(struct l2cap_chan *ch)
#define __is_sar_start(ctrl) (((ctrl) & L2CAP_CTRL_SAR) == L2CAP_SDU_START)

extern int disable_ertm;
extern struct bt_sock_list l2cap_sk_list;

int l2cap_init_sockets(void);
void l2cap_cleanup_sockets(void);
Expand Down Expand Up @@ -469,9 +469,9 @@ void l2cap_sock_init(struct sock *sk, struct sock *parent);
struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
int proto, gfp_t prio);
void l2cap_send_disconn_req(struct l2cap_conn *conn, struct l2cap_chan *chan, int err);
struct l2cap_chan *l2cap_chan_alloc(struct sock *sk);
struct l2cap_chan *l2cap_chan_create(struct sock *sk);
void l2cap_chan_del(struct l2cap_chan *chan, int err);
void l2cap_chan_free(struct l2cap_chan *chan);
void l2cap_chan_destroy(struct l2cap_chan *chan);
int l2cap_chan_connect(struct l2cap_chan *chan);

#endif /* __L2CAP_H */
Loading

0 comments on commit d7e6f30

Please sign in to comment.