OSDN Git Service

monitor: Fix physical link disconnection complete event name
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 09:23:04 +0000 (02:23 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 09:23:04 +0000 (02:23 -0700)
monitor/packet.c

index 8bec3f6..acc5086 100644 (file)
@@ -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"                                   },