Diff between 58b863ea23cbe67368a02cd772930acbf99a2722 and c3b91b31aefe979f11517927f76c75b225863837

Changed Files

File Additions Deletions Status
tools/parser/hci.c +2 -2 modified

Full Patch

diff --git a/tools/parser/hci.c b/tools/parser/hci.c
index 5a65e19..d2c92b5 100644
--- a/tools/parser/hci.c
+++ b/tools/parser/hci.c
@@ -110,7 +110,7 @@ static char *event_str[EVENT_NUM + 1] = {
 	"Link Supervision Timeout Change",
 };
 
-#define CMD_LINKCTL_NUM 41
+#define CMD_LINKCTL_NUM 42
 static char *cmd_linkctl_str[CMD_LINKCTL_NUM + 1] = {
 	"Unknown",
 	"Inquiry",
@@ -144,7 +144,7 @@ static char *cmd_linkctl_str[CMD_LINKCTL_NUM + 1] = {
 	"Read Remote Version Information",
 	"Unknown",
 	"Read Clock Offset",
-	"Read LMP Handle"
+	"Read LMP Handle",
 	"Unknown",
 	"Unknown",
 	"Unknown",