]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Move conn to struct l2cap_chan
authorGustavo F. Padovan <padovan@profusion.mobi>
Wed, 13 Apr 2011 23:23:55 +0000 (20:23 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Thu, 28 Apr 2011 04:10:00 +0000 (01:10 -0300)
commit9fd1a02d17bd9b70b113ed1dc8ed91d558354265
treee2a35c5cb81cc5109c13c2747b039fa05ea55a6e
parent6607a5ec87a4bc0b83dc1ff414a4c31b70ed5e3e
Bluetooth: Move conn to struct l2cap_chan

There is no need to the socket deal directly with the channel, most of the
time it cares about the channel only.

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c
net/bluetooth/rfcomm/core.c
net/bluetooth/rfcomm/sock.c