commit | baa7e1fa6d2870462bd744df1c6ddbd497fe86d6 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Mar 31 16:17:41 2011 -0300 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Apr 07 18:06:25 2011 -0300 |
tree | 44b459ce553a586e2fc8e43ba19d1e9a99a339da | |
parent | 48454079c2d4b9ee65c570a22c5fdfe1827996a4 [diff] |
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>