]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Do not access chan->sk directly
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 21 Oct 2013 16:21:38 +0000 (14:21 -0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 21 Oct 2013 19:58:16 +0000 (12:58 -0700)
commitf0f6558201b4be10213b10cc7a83acc7c750c6eb
tree653d9741766d442a64b60c81a8f7766f759110dd
parent9c447f286895859c4a47c53d9036193450f13f87
Bluetooth: Do not access chan->sk directly

In the process of removing socket usage from L2CAP we now access the L2CAP
socket from the data member of struct l2cap_chan. For the L2CAP socket
user the data member points to the L2CAP socket.

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