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)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 13 Jun 2011 17:55:33 +0000 (14:55 -0300)
commit230704942283cb3990584ddd6955ac8decfa6a2c
tree2834efce3cf32e1f6de9cedb7ee510e70eb662da
parent80808e431e1ef25856457de82ce141bed6a6313a
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