Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()
authorGustavo F. Padovan <padovan@profusion.mobi>
Tue, 12 Apr 2011 21:17:14 +0000 (18:17 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 27 Apr 2011 21:51:34 +0000 (18:51 -0300)
commit77a74c7e0861e6ebac7effe233fd7e83f1ad9ecc
treeb88a105b9caef1ccb5672bff52b479f601f74e76
parentb44500351845e4f6df0d752a8870da246be8216f
Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()

l2cap_chan_connect() is a much better name and reflects what this
functions is doing (or will do once socket dependence is removed from the
core).

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c