Commit a4de24d4 authored by Marcel Holtmann's avatar Marcel Holtmann Committed by Johan Hedberg
Browse files

Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers



The l2cap_conn->src and l2cap_conn->dst pointers are no longer in use
and so just remove them.

Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 98e0f7ea
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -559,9 +559,6 @@ struct l2cap_conn {
	struct hci_conn		*hcon;
	struct hci_chan		*hchan;

	bdaddr_t		*dst;
	bdaddr_t		*src;

	unsigned int		mtu;

	__u32			feat_mask;