]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 18 Apr 2011 21:38:43 +0000 (18:38 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 5 May 2011 16:47:38 +0000 (13:47 -0300)
commit93e5def187eac0774e8989e81edcf47c8ab19371
tree640771ab2e0c403d38e2a86538e272fbf47d3e6c
parentd8a069ba7da995f787772b81f8e56a916deaeac3
Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()

The intention is to get rid of the l2cap_sk_list usage inside
l2cap_core.c. l2cap_sk_list will soon be replaced by a list that does not
depend on socket usage.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c