]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use struct list_head for L2CAP channels list
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 31 Mar 2011 19:17:41 +0000 (16:17 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 7 Apr 2011 21:06:25 +0000 (18:06 -0300)
commitde81c9865948c2e256d6ef8abe8b42483d0a35f3
tree44b459ce553a586e2fc8e43ba19d1e9a99a339da
parente4bca4e5bfc4d16274354283d6d814bc57b5d9ca
Bluetooth: Use struct list_head for L2CAP channels list

Use a well known Kernel API is always a good idea than implement your own
list.
In the future we might use RCU on this list.

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