commit | 48454079c2d4b9ee65c570a22c5fdfe1827996a4 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Fri Mar 25 00:22:30 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Apr 07 18:06:25 2011 -0300 |
tree | 9476bb42ae7eac59ac53688a267c4cc0f7b13b86 | |
parent | db940cb0db7c69a217661ecd49e1e6b0d680a6cc [diff] |
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>