]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Create struct l2cap_chan
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 25 Mar 2011 03:22:30 +0000 (00:22 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 7 Apr 2011 21:06:25 +0000 (18:06 -0300)
commite4bca4e5bfc4d16274354283d6d814bc57b5d9ca
tree9476bb42ae7eac59ac53688a267c4cc0f7b13b86
parent14122d3b32fe1a233824739435747a7abc99a785
Bluetooth: Create struct l2cap_chan

struct l2cap_chan cames to create a clear separation between what
properties and data belongs to the L2CAP channel and what belongs to the
socket. By now we just fold the struct sock * in struct l2cap_chan as all
the channel info is struct l2cap_pinfo today.

In the next commits we will see a move of channel stuff to struct
l2cap_chan.

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