diff --git a/shell/cmd_sfp.c b/shell/cmd_sfp.c index 81dac6f563d6f090896afe02d10ae2f59db3fcfe..90c93247bfa82b6c6ebd778a19fa30f208fa953f 100644 --- a/shell/cmd_sfp.c +++ b/shell/cmd_sfp.c @@ -109,7 +109,7 @@ static int cmd_sfp(const char *args[]) } /* match successful */ pp_printf("SFP matched, dTx=%d dRx=%d alpha=%d\n", - sfp.dTx, sfp.dRx, sfp.alpha); + sfp_deltaTx, sfp_deltaRx, sfp_alpha); return ret; } else if (args[1] && !strcasecmp(args[0], "ena")) { ep_sfp_enable(atoi(args[1]));