commit | e0b2b27e622da0ba8a3d253b985d3d8f174b4313 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Feb 18 17:14:31 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Feb 18 08:58:20 2014 -0800 |
tree | 667dcec52ed49711b1563bff486a164029be5614 | |
parent | 6131ddc8eb9bad8c4ff37e097b2537c819b76cc0 [diff] |
Bluetooth: Fix missing address type check for removing LTKs When removing Long Term Keys we should also be checking that the given address type (public vs random) matches. This patch updates the hci_remove_ltk function to take an extra parameter and uses it for address type matching. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>