Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 7 Jul 2014 09:45:54 +0000 (12:45 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Jul 2014 09:58:38 +0000 (11:58 +0200)
commit841c564499dca9f4819ae2a5f5beb31694f9634e
tree2ef162580f184df82ddb28f39762566fedbc8a70
parent1c1abcabfa229b4b3d688d0a1f677d0ca7a1c624
Bluetooth: Remove redundant IRK lookup in mgmt_device_found()

Now that we have the process_adv_report() function doing the IRK lookup
and updating the bdaddr we don't need to do this anymore in mgmt.c in
the mgmt_device_found() function.

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