]> Pileus Git - ~andy/linux/commit
Bluetooth: Introduce L2CAP channel callback for resuming
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Oct 2013 09:53:54 +0000 (02:53 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 14 Oct 2013 11:23:24 +0000 (14:23 +0300)
commitd97c899bde330cd1c76c3a162558177563a74362
tree68a00766b3b524914a87945575decbfddc939f4b
parentbdc257830760a784370ae4ab2d682b252b983e77
Bluetooth: Introduce L2CAP channel callback for resuming

Clearing the BT_SK_SUSPEND socket flag from the L2CAP core is causing
a dependency on the socket. So intead of doing that, use a channel
callback into the socket handling to resume.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c