Bluetooth: Move bt_accept_enqueue() to outside __l2cap_chan_add
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 25 Mar 2011 03:39:48 +0000 (00:39 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 31 Mar 2011 17:22:57 +0000 (14:22 -0300)
bt_accept_enqueue() is not really a channel action, so do it outside.
This patch is part of a set of patches to create an struct l2cap_chan to
have a clear separation between the struct sock and the L2CAP channel
stuff.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>

No differences found