aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bluetooth/hci_event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index fbbb63f8a89..35f98980070 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -1459,7 +1459,6 @@ static inline void hci_auth_complete_evt(struct hci_dev *hdev, struct sk_buff *s
1459 conn->sec_level = conn->pending_sec_level; 1459 conn->sec_level = conn->pending_sec_level;
1460 } else { 1460 } else {
1461 mgmt_auth_failed(hdev->id, &conn->dst, ev->status); 1461 mgmt_auth_failed(hdev->id, &conn->dst, ev->status);
1462 conn->sec_level = BT_SECURITY_LOW;
1463 } 1462 }
1464 1463
1465 clear_bit(HCI_CONN_AUTH_PEND, &conn->pend); 1464 clear_bit(HCI_CONN_AUTH_PEND, &conn->pend);