Skip to content

Bluetooth: Fix bogus check for re-auth no supported with non-ssp

JIRA: https://issues.redhat.com/browse/RHEL-18225 JIRA: https://issues.redhat.com/browse/RHEL-18227 CVE: CVE-2020-10135

commit d03376c185926098cb4d668d6458801eb785c0a5 Author: Luiz Augusto von Dentz luiz.von.dentz@intel.com Date: Thu Nov 30 14:58:03 2023 +0100

Bluetooth: Fix bogus check for re-auth no supported with non-ssp

This reverts 19f8def031bfa50c579149b200bfeeb919727b27
"Bluetooth: Fix auth_complete_evt for legacy units" which seems to be
working around a bug on a broken controller rather then any limitation
imposed by the Bluetooth spec, in fact if there ws not possible to
re-auth the command shall fail not succeed.

Fixes: 19f8def031bf ("Bluetooth: Fix auth_complete_evt for legacy units")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

Signed-off-by: Bastien Nocera bnocera@redhat.com

Merge request reports