projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e0f7e
)
Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointers
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 13 Oct 2013 09:23:41 +0000
(
02:23
-0700)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Sun, 13 Oct 2013 14:45:24 +0000
(17:45 +0300)
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>
include/net/bluetooth/l2cap.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/bluetooth/l2cap.h
b/include/net/bluetooth/l2cap.h
index 56f540e7a8fc11a30a10b874f4087fb7121a6a36..1a929afe4f169cfb650ee73ebd764b04c2881044 100644
(file)
--- 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;