commit | 23691d75cdc69c3b285211b4d77746aa20a17d18 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Apr 27 18:26:32 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Thu May 05 13:47:45 2011 -0300 |
tree | 32aa0e3e59dce0226242659a83698bafd6c98fc5 | |
parent | 73b2ec18532f45e9028ce4c7bc8d7f8818eabd2a [diff] |
Bluetooth: Remove l2cap_sk_list A new list was added to replace the socket based one. This new list doesn't depent on sock and then fits better inside l2cap_core.c code. It also rename l2cap_chan_alloc() to l2cap_chan_create() and l2cap_chan_free() to l2cap_chan_destroy) Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>