Bluetooth: Remove unused hci_find_ltk function
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 29 May 2014 12:00:03 +0000 (15:00 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2014 15:51:16 +0000 (16:51 +0100)
commit0ac3dbf9995281261abecfd2970406dd4e07955b
treecbd4e061d54b81ab1685b6d4b441e6566dc8dc6f
parent5378bc5622a9c221cb472ce86a5024290d6353c2
Bluetooth: Remove unused hci_find_ltk function

Now that LTKs are always looked up based on bdaddr (with EDiv/Rand
checks done after a successful lookup) the hci_find_ltk function is not
needed anymore. This patch removes the function.

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