Skip to content
Commit 03c698c9 authored by Oskar Schirmer's avatar Oskar Schirmer Committed by David S. Miller
Browse files

net/fec: carrier off initially to avoid root mount failure



with hardware slow in negotiation, the system did freeze
while trying to mount root on nfs at boot time.

the link state has not been initialised so network stack
tried to start transmission right away. this caused instant
retries, as the driver solely stated business upon link down,
rendering the system unusable.

notify carrier off initially to prevent transmission until
phylib will report link up.

Signed-off-by: default avatarOskar Schirmer <oskar@linutronix.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 82553bb6
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