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)
commit23691d75cdc69c3b285211b4d77746aa20a17d18
tree32aa0e3e59dce0226242659a83698bafd6c98fc5
parent73b2ec18532f45e9028ce4c7bc8d7f8818eabd2a
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>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c