commit | 668b7b19820b0801c425d31cc27fd6f499050e5c | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Feb 21 16:03:31 2014 +0200 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Feb 21 11:07:46 2014 -0300 |
tree | a94d3b4f3eeb9b1f5fb26d04ca2af33f70ff208f | |
parent | a747439957ee2d1696a2a1494e5ce0516e153f10 [diff] |
Bluetooth: Fix iterating wrong list in hci_remove_irk() 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>