]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Create l2cap_chan_send()
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 28 Apr 2011 21:50:17 +0000 (18:50 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 8 Jun 2011 19:58:16 +0000 (16:58 -0300)
commit048306cd658095e2d0d11d887fb599f0af8b0048
treee0c260031fe79ceaa8cb858b7316ce43974cef08
parentc1a8f2347b949e3e0ef525e308775a36a35f1a7b
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