]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix assuming EIR flags can result in SSP authentication
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 19 May 2020 20:25:17 +0000 (13:25 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 20 May 2020 14:33:43 +0000 (16:33 +0200)
commitc3491094c08e476a2a7b786eb1959cfd40cc38f1
tree6fb68b67a52b7dacddcc83c91968731f3759339b
parentfff811561c34524415f8120230462b07b2e6b533
Bluetooth: Fix assuming EIR flags can result in SSP authentication

EIR flags should just hint if SSP may be supported but we shall verify
this with use of the actual features as the SSP bits may be disabled in
the lower layers which would result in legacy authentication to be
used.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_conn.c