diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-13 10:15:22 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-13 21:11:18 +0300 |
commit | 041987cff6fb7d2e7acd5897390ad0eef575ed39 (patch) | |
tree | f058224f8794c06532d123c3163945617bcf24cc /include/net/bluetooth/sco.h | |
parent | 65f53e9802dbfae0e5758a91793c3f5f8bece49b (diff) |
Bluetooth: Use SCO addresses from HCI connection directly
Instead of storing a pointer to the addresses for the HCI device
and HCI connection, use them directly. With the recent changes
to address tracking of HCI connections, this becomes simple.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/sco.h')
-rw-r--r-- | include/net/bluetooth/sco.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h index e252a31ee6b6..94703a25d1c2 100644 --- a/include/net/bluetooth/sco.h +++ b/include/net/bluetooth/sco.h @@ -55,9 +55,6 @@ struct sco_conninfo { struct sco_conn { struct hci_conn *hcon; - bdaddr_t *dst; - bdaddr_t *src; - spinlock_t lock; struct sock *sk; |