Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_…
…up() efx_reset_up() calls efx_nic_type::reconfigure_mac once directly, then again through efx_start_all() -> efx_start_port() -> efx->type->reconfigure_mac(). This first call is also made too early to work properly on EF10. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
- Loading branch information