Diff between d97cea1477a7f37c81735678c2907b7eb0e26597 and 3b9b74994686644d55b861ccc0999597fda835e6
Changed Files
| File | Additions | Deletions | Status |
| tools/hciconfig.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index aa6d009..3db70a4 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -1138,7 +1138,7 @@ static void cmd_version(int ctl, int hdev, char *opt)
}
hciver = hci_vertostr(ver.hci_ver);
- lmpver = lmp_vertostr(ver.hci_ver);
+ lmpver = lmp_vertostr(ver.lmp_ver);
print_dev_hdr(&di);
printf("\tHCI Version: %s (0x%x) Revision: 0x%x\n"