Bluetooth: Remove l2cap_conn->dst usage from AMP manager
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 13 Oct 2013 09:23:38 +0000 (02:23 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 13 Oct 2013 14:43:32 +0000 (17:43 +0300)
commitbdc8ead27c71b4d3f3e883b0bf3f279a18a6f590
treed91b98be379447c8fdcc15e762ab7c924277c87f
parent547d103280690b8febd2354320e164ae508d912e
Bluetooth: Remove l2cap_conn->dst usage from AMP manager

The l2cap_conn->dst address is just a pointer into the hci_conn->dst
structure. Use hci_conn->dst directly instead.

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