Bluetooth: Remove l2cap_sk_list
authorGustavo F. Padovan <padovan@profusion.mobi>
Wed, 27 Apr 2011 21:26:32 +0000 (18:26 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 5 May 2011 16:47:45 +0000 (13:47 -0300)
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>

No differences found