]> Git Repo - linux.git/commit
Bluetooth: Fix bogus check for re-auth no supported with non-ssp
authorLuiz Augusto von Dentz <[email protected]>
Thu, 30 Nov 2023 13:58:03 +0000 (14:58 +0100)
committerLuiz Augusto von Dentz <[email protected]>
Fri, 22 Dec 2023 17:56:21 +0000 (12:56 -0500)
commitd03376c185926098cb4d668d6458801eb785c0a5
tree4a2e5c7947dcb97f1101029db9e858161eac48d6
parenta2e7707bba21b373c7b429ad7f9030d63dfb4542
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 <[email protected]>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c
This page took 0.05732 seconds and 4 git commands to generate.