From: Marcel Holtmann Date: Sun, 13 Oct 2013 09:23:39 +0000 (-0700) Subject: Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMP X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce39fb4e45a4315fcdf75ef25d61281e946ebb07;p=pandora-kernel.git Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from SMP The l2cap_conn->src and l2cap_conn->dst addresses are just a pointer to hci_conn->hdev->bdaddr and hci_conn->dst structures. Use the data provided by hci_conn directly. This is done for hci_conn->dst_type already anyway and with this change it makes it a lot clearer were the address information comes from. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed