From 307bba5bcbf3c84e1222c4632cb1f250b6e9590d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 7 Oct 2013 02:23:04 -0700 Subject: [PATCH] monitor: Fix physical link disconnection complete event name --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index 8bec3f6b5..acc5086db 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -1915,7 +1915,7 @@ static const struct { } events_page2_table[] = { { 0, "Physical Link Complete" }, { 1, "Channel Selected" }, - { 2, "Disconnection Physical Link" }, + { 2, "Disconnection Physical Link Complete" }, { 3, "Physical Link Loss Early Warning" }, { 4, "Physical Link Recovery" }, { 5, "Logical Link Complete" }, -- 2.47.3