Bluetooth: Initial work for L2CAP split.
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 3 Feb 2011 22:50:35 +0000 (20:50 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 8 Feb 2011 03:43:30 +0000 (01:43 -0200)
commitbb58f747e519aba07a6f05a78d58cf8a0788e2d5
treed65743650d5f1a164bbb709a8aa7df4b13250623
parent0a708f8fc46fde3be2116b8d79f7469a24097c90
Bluetooth: Initial work for L2CAP split.

This patch tries to do the minimal to move l2cap_sock_create() and its
dependencies to l2cap_sock.c. It create a API to initialize and cleanup
the L2CAP sockets from l2cap_core.c through l2cap_init_sockets() and
l2cap_cleanup_sockets().

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/Makefile
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c [new file with mode: 0644]