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)
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>

No differences found