aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ixgbe/ixgbe_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_mbx.c b/drivers/net/ixgbe/ixgbe_mbx.c
index 3cf8aec50fcd..c7ed82eb2539 100644
--- a/drivers/net/ixgbe/ixgbe_mbx.c
+++ b/drivers/net/ixgbe/ixgbe_mbx.c
@@ -453,7 +453,7 @@ void ixgbe_init_mbx_params_pf(struct ixgbe_hw *hw)
453 return; 453 return;
454 454
455 mbx->timeout = 0; 455 mbx->timeout = 0;
456 mbx->udelay = 0; 456 mbx->usec_delay = 0;
457 457
458 mbx->stats.msgs_tx = 0; 458 mbx->stats.msgs_tx = 0;
459 mbx->stats.msgs_rx = 0; 459 mbx->stats.msgs_rx = 0;