aboutsummaryrefslogtreecommitdiff
path: root/ncsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncsi.c')
-rw-r--r--ncsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncsi.c b/ncsi.c
index bc34f0f..9ab2428 100644
--- a/ncsi.c
+++ b/ncsi.c
@@ -59,7 +59,7 @@ static const struct ncsi_rsp_handler {
{ NCSI_PKT_RSP_EGMF, 4, NULL },
{ NCSI_PKT_RSP_DGMF, 4, NULL },
{ NCSI_PKT_RSP_SNFC, 4, NULL },
- { NCSI_PKT_RSP_GVI, 36, NULL },
+ { NCSI_PKT_RSP_GVI, 40, NULL },
{ NCSI_PKT_RSP_GC, 32, ncsi_rsp_handler_gc },
{ NCSI_PKT_RSP_GP, -1, NULL },
{ NCSI_PKT_RSP_GCPS, 172, NULL },