aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-05-04 18:42:50 -0400
committerGustavo F. Padovan <padovan@profusion.mobi>2011-06-08 15:58:16 -0400
commit0f8527249646bbe75d036fe8b9b84d662ece90a9 (patch)
tree30b1a4e2d68ba207349c5bd003101c6dafdf50b1 /include/net
parent500698d3fd987f6c405d6d5f68fdf535a539e71e (diff)
Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()
To make it consistent with the rest of the API. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 1c89c7f03f86..a2dcbfff1c51 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -464,7 +464,7 @@ struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock,
464 int proto, gfp_t prio); 464 int proto, gfp_t prio);
465 465
466struct l2cap_chan *l2cap_chan_create(struct sock *sk); 466struct l2cap_chan *l2cap_chan_create(struct sock *sk);
467void __l2cap_chan_close(struct l2cap_chan *chan, int reason); 467void l2cap_chan_close(struct l2cap_chan *chan, int reason);
468void l2cap_chan_destroy(struct l2cap_chan *chan); 468void l2cap_chan_destroy(struct l2cap_chan *chan);
469int l2cap_chan_connect(struct l2cap_chan *chan); 469int l2cap_chan_connect(struct l2cap_chan *chan);
470int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len); 470int l2cap_chan_send(struct l2cap_chan *chan, struct msghdr *msg, size_t len);