Bluetooth: Add l2cap_chan_ops abstraction
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 16 May 2011 20:24:37 +0000 (17:24 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 13 Jun 2011 17:55:32 +0000 (14:55 -0300)
Add an abstraction layer between L2CAP core and its users (only
l2cap_sock.c now). The first function implemented is new_connection() that
replaces calls to l2cap_sock_alloc() in l2cap_core.c

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>

No differences found