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)
commit8c1d787be4b62d2d1b6f04953eca4bcf7c839d44
treee2a35c5cb81cc5109c13c2747b039fa05ea55a6e
parentfe4128e0aabc3c748786c00da21e6eff9d3aeddb
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