summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-03-28 15:42:23 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-28 15:42:23 +0300
commit3b9b74994686644d55b861ccc0999597fda835e6 (patch)
treea8b2321ca93f8594d23b4548d4a007b5aea37e92 /tools
parentd97cea1477a7f37c81735678c2907b7eb0e26597 (diff)
Fix LMP version string in hciconfig
Previously the HCI version was reported instead of the LMP one. Reported-by: Arno Willig <akw@thinkwiki.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/hciconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index aa6d0096..3db70a41 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"