commit | 2bd229df5e2ecbc13909f71dbd196fced1d533ca | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Tue Jun 04 23:02:34 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 05 17:43:46 2019 -0700 |
tree | ffc285f56f42009b0411fd1ec98a06df58a28650 | |
parent | fe3475af3bdf38fac78787ec2fe9eedaf2518188 [diff] |
net: phy: remove state PHY_FORCING In the early days of phylib we had a functionality that changed to the next lower speed in fixed mode if no link was established after a certain period of time. This functionality has been removed years ago, and state PHY_FORCING isn't needed any longer. Instead we can go from UP to RUNNING or NOLINK directly (same as in autoneg mode). Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>