From: Gustavo F. Padovan Date: Fri, 25 Mar 2011 03:22:30 +0000 (-0300) Subject: Bluetooth: Create struct l2cap_chan X-Git-Tag: v3.0-rc1~377^2~256^2^2~38^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48454079c2d4b9ee65c570a22c5fdfe1827996a4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed