projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb334fe
)
Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 16 Mar 2015 19:34:58 +0000
(12:34 -0700)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Mon, 16 Mar 2015 19:36:24 +0000
(21:36 +0200)
This seems to be a simple typo in the debugfs entry for the remote
out-of-band data entries.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_debugfs.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_debugfs.c
b/net/bluetooth/hci_debugfs.c
index bc801e9db834520714094ad7a5abd1958f90d935..0818fabf346ac8853eb00ef89554f11c571627ab 100644
(file)
--- a/
net/bluetooth/hci_debugfs.c
+++ b/
net/bluetooth/hci_debugfs.c
@@
-166,7
+166,7
@@
static int remote_oob_show(struct seq_file *f, void *ptr)
seq_printf(f, "%pMR (type %u) %u %*phN %*phN %*phN %*phN\n",
&data->bdaddr, data->bdaddr_type, data->present,
16, data->hash192, 16, data->rand192,
- 16, data->hash256, 1
9
, data->rand256);
+ 16, data->hash256, 1
6
, data->rand256);
}
hci_dev_unlock(hdev);