Skip to content
Commit ba388fdd authored by Ben Hutchings's avatar Ben Hutchings
Browse files

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: default avatarBen Hutchings <bhutchings@solarflare.com>
parent d36a08b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment