Bluetooth: Remove auth_type parameter from hci_connect_le()
[deliverable/linux.git] / net / bluetooth / mgmt.c
index ef675acbcfcea76b4b208fd337f1e4178c895728..e7047de1ba11e4b198fa4de6a22c97c560427849 100644 (file)
@@ -3118,8 +3118,7 @@ static int pair_device(struct sock *sk, struct hci_dev *hdev, void *data,
                hci_conn_params_add(hdev, &cp->addr.bdaddr, addr_type);
 
                conn = hci_connect_le(hdev, &cp->addr.bdaddr, addr_type,
-                                     sec_level, auth_type,
-                                     HCI_LE_CONN_TIMEOUT);
+                                     sec_level, HCI_LE_CONN_TIMEOUT);
        }
 
        if (IS_ERR(conn)) {
This page took 0.033115 seconds and 5 git commands to generate.