aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-13 02:23:41 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-13 17:45:24 +0300
commita4de24d4370d0e7fbfbc47244ceb203e959b23aa (patch)
treebf9d8e2d41d262e4b5c53cd3f4b35bba122c8ca1 /include/net/bluetooth/l2cap.h
parentBluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP (diff)
downloadlinux-dev-a4de24d4370d0e7fbfbc47244ceb203e959b23aa.tar.xz
linux-dev-a4de24d4370d0e7fbfbc47244ceb203e959b23aa.zip
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: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r--include/net/bluetooth/l2cap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 56f540e7a8fc..1a929afe4f16 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -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;