]> git.openfabrics.org - ~emulex/infiniband.git/commit
Bluetooth: Fix checking for master LTKs
authorJohan Hedberg <johan.hedberg@intel.com>
Wed, 18 Jun 2014 11:09:40 +0000 (14:09 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:43 +0000 (17:42 +0200)
commitd97c9fb0c82afc6042004ed3f381d85ff31fadcc
tree08e28240b8babc63638dc9fda9ebbc252d0af1f8
parent4ec86d4c86fe563482f183243f15bcd5fd3e65c5
Bluetooth: Fix checking for master LTKs

When the rename of STK_SLAVE to simply STK happened we missed this place
in the ltk_type_master function. Now, checking for master is as simple
as checking whether the type is SMP_LTK. The helper function is kept
around for better readability in the (right now three) callers and for
simpler extension with new key types in the future.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Tested-by: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_core.c