]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 15 Oct 2013 22:24:49 +0000 (19:24 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 23:42:44 +0000 (16:42 -0700)
commitc6e04cb4c7f9be14353d4f12e03720ef5868fb56
treebf5794e0605990efeb48b5241f3dee81ab713c07
parent06aae79427f190bd4b3c3f7c0c9a4896dc565aea
Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c

The wait_ack code has a heavy dependency on the socket data structures
and, as of now, it won't be worthless change it to use non-socket
structures as the only user of such feature is a socket.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c