From: Gustavo F. Padovan Date: Wed, 27 Apr 2011 21:26:32 +0000 (-0300) Subject: Bluetooth: Remove l2cap_sk_list X-Git-Tag: v3.0-rc1~377^2~54^2^2~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23691d75cdc69c3b285211b4d77746aa20a17d18;p=pandora-kernel.git 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 --- Reading git-diff-tree failed