aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/sco.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-13 10:15:22 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-13 21:11:18 +0300
commit041987cff6fb7d2e7acd5897390ad0eef575ed39 (patch)
treef058224f8794c06532d123c3163945617bcf24cc /include/net/bluetooth/sco.h
parentBluetooth: Access BNEP session addresses through L2CAP channel (diff)
downloadlinux-dev-041987cff6fb7d2e7acd5897390ad0eef575ed39.tar.xz
linux-dev-041987cff6fb7d2e7acd5897390ad0eef575ed39.zip
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.h3
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;