]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - net/bluetooth/l2cap_core.c
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)
commit9a91a04a95d30a18909e2aec9d7b17b4c86088a7
treee0c260031fe79ceaa8cb858b7316ce43974cef08
parent4519de9a0478d8de438f8b80ab2e94668ef63ab4
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