Bluetooth: Create l2cap_chan_send()
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 28 Apr 2011 21:50:17 +0000 (18:50 -0300)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:10:04 +0000 (12:10 -0800)
commitb3e2d7d8fc11e853f0c12c9e8e8d029feb86d520
treed329c5435395de8159a72de82fc26cd8ba3fd2ef
parentbddfaafe6ec752b47ee54258c28b54af6a79ea46
Bluetooth: Create l2cap_chan_send()

This move all the sending logic to l2cap_core.c, but we still have a
socket dependence there, struct msghdr. It will be removed in some of the
further commits.

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