diff options
Diffstat (limited to 'include/net/bluetooth/sco.h')
| -rw-r--r-- | include/net/bluetooth/sco.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h index e252a31ee6b..2019d1a0996 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; @@ -72,6 +69,8 @@ struct sco_conn {  struct sco_pinfo {  	struct bt_sock	bt; +	bdaddr_t	src; +	bdaddr_t	dst;  	__u32		flags;  	__u16		setting;  	struct sco_conn	*conn;  | 
