mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
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>
This commit is contained in:
parent
98e0f7ea4a
commit
a4de24d437
1 changed files with 0 additions and 3 deletions
|
@ -559,9 +559,6 @@ struct l2cap_conn {
|
||||||
struct hci_conn *hcon;
|
struct hci_conn *hcon;
|
||||||
struct hci_chan *hchan;
|
struct hci_chan *hchan;
|
||||||
|
|
||||||
bdaddr_t *dst;
|
|
||||||
bdaddr_t *src;
|
|
||||||
|
|
||||||
unsigned int mtu;
|
unsigned int mtu;
|
||||||
|
|
||||||
__u32 feat_mask;
|
__u32 feat_mask;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue