diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/bluetooth/hci_event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 492d8d5071c7..6cf9596ff69b 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c | |||
| @@ -1453,6 +1453,7 @@ static int hci_outgoing_auth_needed(struct hci_dev *hdev, | |||
| 1453 | * is requested. | 1453 | * is requested. |
| 1454 | */ | 1454 | */ |
| 1455 | if (!hci_conn_ssp_enabled(conn) && !(conn->auth_type & 0x01) && | 1455 | if (!hci_conn_ssp_enabled(conn) && !(conn->auth_type & 0x01) && |
| 1456 | conn->pending_sec_level != BT_SECURITY_FIPS && | ||
| 1456 | conn->pending_sec_level != BT_SECURITY_HIGH && | 1457 | conn->pending_sec_level != BT_SECURITY_HIGH && |
| 1457 | conn->pending_sec_level != BT_SECURITY_MEDIUM) | 1458 | conn->pending_sec_level != BT_SECURITY_MEDIUM) |
| 1458 | return 0; | 1459 | return 0; |
