提交 b880ab86 编写于 作者: M Marcel Holtmann 提交者: Johan Hedberg

Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets

This seems to be a simple typo in the debugfs entry for the remote
out-of-band data entries.
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
上级 fb334fee
...@@ -166,7 +166,7 @@ static int remote_oob_show(struct seq_file *f, void *ptr) ...@@ -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", seq_printf(f, "%pMR (type %u) %u %*phN %*phN %*phN %*phN\n",
&data->bdaddr, data->bdaddr_type, data->present, &data->bdaddr, data->bdaddr_type, data->present,
16, data->hash192, 16, data->rand192, 16, data->hash192, 16, data->rand192,
16, data->hash256, 19, data->rand256); 16, data->hash256, 16, data->rand256);
} }
hci_dev_unlock(hdev); hci_dev_unlock(hdev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册