Bluetooth: Fix redundant encryption when receiving Security Request
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 1 Jul 2014 15:40:20 +0000 (18:40 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:53 +0000 (17:42 +0200)
commit854f47278fb36f4904649b994acf559e13920232
treed71450cfb145242ed67b02bde8388d5dffa484a7
parentc70a7e4cc8d22cb1ce684637ef8a4bb3a80d15b7
Bluetooth: Fix redundant encryption when receiving Security Request

If we're already encrypted with a good enough LTK we should just ignore
an incoming SMP Security Request. The code was already taking care of
this in the smp_conn_security function before calling smp_ltk_encrypt
but failed to do the same in smp_cmd_security_req. This patch fixes the
issue by moving up the smp_sufficient_security function and using it in
the Security Request handler before trying to request encryption.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c