Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 13 Oct 2013 09:23:40 +0000 (02:23 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 13 Oct 2013 14:45:19 +0000 (17:45 +0300)
commit98e0f7ea4a5b4774805c62be104f19abba6187ac
tree354ef5066b3a2d485d62236b27a5dc9b5212c2f2
parentce39fb4e45a4315fcdf75ef25d61281e946ebb07
Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP

The l2cap_conn->src and l2cap_conn->dst addresses are just a pointers
to hci_conn structure. Use hci_conn->hdev->bdaddr and hci_conn->dst
directly instead.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/l2cap_core.c