git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b2ec1
)
Bluetooth: Remove l2cap_sk_list
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Wed, 27 Apr 2011 21:26:32 +0000
(18:26 -0300)
committer
Gustavo 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