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)
commitbaa7e1fa6d2870462bd744df1c6ddbd497fe86d6
tree44b459ce553a586e2fc8e43ba19d1e9a99a339da
parent48454079c2d4b9ee65c570a22c5fdfe1827996a4
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