|
@@ -2937,7 +2937,7 @@ void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type)
|
|
|
{
|
|
|
struct smp_irk *k, *tmp;
|
|
|
|
|
|
- list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) {
|
|
|
+ list_for_each_entry_safe(k, tmp, &hdev->identity_resolving_keys, list) {
|
|
|
if (bacmp(bdaddr, &k->bdaddr) || k->addr_type != addr_type)
|
|
|
continue;
|
|
|
|