diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index d4dc92042d777794c4f267ae10a847e186a12877..07a7e4b8f8fc67a06d1ed8c3ee8a153d923822c1 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c @@ -1179,6 +1179,8 @@ static void efx_stop_all(struct efx_nic *efx) /* Isolate the MAC from the TX and RX engines, so that queue * flushes will complete in a timely fashion. */ + falcon_deconfigure_mac_wrapper(efx); + msleep(10); /* Let the Rx FIFO drain */ falcon_drain_tx_fifo(efx); /* Stop the kernel transmit interface late, so the watchdog