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

Bluetooth: Include address type in blacklist debugfs data

The address type is important for the blacklist entries. So include
it at well.
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
上级 bdc3e0f1
...@@ -65,7 +65,7 @@ static int blacklist_show(struct seq_file *f, void *p) ...@@ -65,7 +65,7 @@ static int blacklist_show(struct seq_file *f, void *p)
hci_dev_lock(hdev); hci_dev_lock(hdev);
list_for_each_entry(b, &hdev->blacklist, list) list_for_each_entry(b, &hdev->blacklist, list)
seq_printf(f, "%pMR\n", &b->bdaddr); seq_printf(f, "%pMR (type %u)\n", &b->bdaddr, b->bdaddr_type);
hci_dev_unlock(hdev); hci_dev_unlock(hdev);
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册