commit | 6384e483239fd07a2d4393f888027118fecd4c6e | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Oct 11 19:31:47 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:00:06 2018 -0700 |
tree | 17c28d99d5084cf46cc0154e555db0f663dfc92a | |
parent | a75d1801a9fc12e43a26b366b1a7494083cdf5ba [diff] |
net: phy: trigger state machine immediately in phy_start_machine When starting the state machine there may be work to be done immediately, e.g. if the initial state is PHY_UP then the state machine may trigger an autonegotiation. Having said that I see no need to wait a second until the state machine is run first time. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>