]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove sk member from struct l2cap_chan
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 21 Oct 2013 20:22:26 +0000 (18:22 -0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 21 Oct 2013 20:50:56 +0000 (13:50 -0700)
commitb7facaf8816c36d22e2c47b59fcd0d81b02a0c36
tree039a7bfd8ad840946390f9940381c3ebfa5cfba5
parent2de12e663c8eace43fa395ca4b245d9db9619062
Bluetooth: Remove sk member from struct l2cap_chan

There is no access to chan->sk in L2CAP core now. This change marks the
end of the task of splitting L2CAP between Core and Socket, thus sk is now
gone from struct l2cap_chan.

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_sock.c