Diff between d938f5e1fe2e597c35759d9d04ed908c59dce757 and b531135435da761f3b4e07372986281d53eb25b5
Changed Files
| File | Additions | Deletions | Status |
| tools/parser/hci.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index 23cd75b..bec3251 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -911,7 +911,7 @@ static inline void read_local_version_dump(int level, struct frame *frm)
printf("Error: %s\n", status2str(rp->status));
} else {
p_indent(level, frm);
- printf("HCI Version: %s (0x%x) LMP Revision: 0x%x\n",
+ printf("HCI Version: %s (0x%x) HCI Revision: 0x%x\n",
hci_vertostr(rp->hci_ver), rp->hci_ver,
btohs(rp->hci_rev));
p_indent(level, frm);