]> git.karo-electronics.de Git - karo-tx-linux.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)
commitdc25306b033cc27ca2a45b4bb307a437092408d1
treebf5794e0605990efeb48b5241f3dee81ab713c07
parent5ec1bbe549d939ff1ef88e2cc22b2c3b95d76401
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