Bluetooth: Fix iterating wrong list in hci_remove_irk()
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 21 Feb 2014 14:03:31 +0000 (16:03 +0200)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Fri, 21 Feb 2014 14:07:46 +0000 (11:07 -0300)
We should be iterating hdev->identity_resolving_keys in the
hci_remove_irk() function instead of hdev->long_term_keys. This patch
fixes the issue.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/hci_core.c

Simple merge