commit | f813f1be1f82a09720e94533f46ac79276eb037d | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Jan 30 19:39:57 2014 -0800 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Thu Feb 13 09:51:40 2014 +0200 |
tree | 3648118cc4043f908b33e48340ff9d4978d06678 | |
parent | e834004b8a940ab28dace6043985ae2adf305661 [diff] |
Bluetooth: Fix long_term_keys debugfs output The code was previously iterating the wrong list (and what's worse casting entries to a type which they were not) and also missing a proper line terminator when printing each entry. The code now also prints the LTK type in hex for easier comparison with the kernel-defined values. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>