Bluetooth: add recv() callback to l2cap_chan_ops
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 16 May 2011 20:57:22 +0000 (17:57 -0300)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:10:42 +0000 (12:10 -0800)
commit4c50b6a0f665114ef210181c50afed1ef9a42fcf
treea21038a08cbcf8e3bd859c02c1c3bc1f851f4c9c
parent563c290bb12594328c515999b53e5e5b576868bd
Bluetooth: add recv() callback to l2cap_chan_ops

This abstracts the call to sock_queue_recv_skb() into
l2cap_chan_ops->recv().

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