diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-03-25 13:30:37 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-04-07 17:06:26 -0400 |
commit | 710f9b0a423cad155144742f6497efe5163ed750 (patch) | |
tree | 3bd804095be068f205921eea1dce732af542e531 /include | |
parent | 73ffa904b78287f6acf8797e040150aa26a4af4a (diff) |
Bluetooth: clean up l2cap_sock_recvmsg()
Move some channel specific stuff to l2cap_core.c, this will make things
more clear.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index bf918283712a..469241353d78 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -446,9 +446,8 @@ extern struct bt_sock_list l2cap_sk_list; | |||
446 | int l2cap_init_sockets(void); | 446 | int l2cap_init_sockets(void); |
447 | void l2cap_cleanup_sockets(void); | 447 | void l2cap_cleanup_sockets(void); |
448 | 448 | ||
449 | u8 l2cap_get_ident(struct l2cap_conn *conn); | ||
450 | void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, void *data); | 449 | void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, void *data); |
451 | int l2cap_build_conf_req(struct l2cap_chan *chan, void *data); | 450 | void __l2cap_connect_rsp_defer(struct sock *sk); |
452 | int __l2cap_wait_ack(struct sock *sk); | 451 | int __l2cap_wait_ack(struct sock *sk); |
453 | 452 | ||
454 | struct sk_buff *l2cap_create_connless_pdu(struct sock *sk, struct msghdr *msg, size_t len); | 453 | struct sk_buff *l2cap_create_connless_pdu(struct sock *sk, struct msghdr *msg, size_t len); |