From fd713d877f164cbd18e272431a8ca42d8de0aefc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 5 Feb 2010 10:32:10 -0800 Subject: [PATCH] hcidump: Fix my stupid typo with Write Inquiry Transmit Power Level --- tools/parser/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index 3cba08ae6..f1507fcf0 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -286,7 +286,7 @@ static char *cmd_hostctl_str[CMD_HOSTCTL_NUM + 1] = { "Write Simple Pairing Mode", "Read Local OOB Data", "Read Inquiry Response Transmit Power Level", - "Write Inquiry Response Transmit Power Level", + "Write Inquiry Transmit Power Level", "Read Default Erroneous Data Reporting", "Write Default Erroneous Data Reporting", "Unknown",