diff options
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r-- | net/bluetooth/hci_conn.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 69c64ce054fb..6175ce841e9e 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c | |||
@@ -65,6 +65,8 @@ void hci_acl_connect(struct hci_conn *conn) | |||
65 | 65 | ||
66 | conn->attempt++; | 66 | conn->attempt++; |
67 | 67 | ||
68 | conn->link_policy = hdev->link_policy; | ||
69 | |||
68 | memset(&cp, 0, sizeof(cp)); | 70 | memset(&cp, 0, sizeof(cp)); |
69 | bacpy(&cp.bdaddr, &conn->dst); | 71 | bacpy(&cp.bdaddr, &conn->dst); |
70 | cp.pscan_rep_mode = 0x02; | 72 | cp.pscan_rep_mode = 0x02; |