net: phy: Set ANRESTART in setup_forced
authorAlexandre Messier <amessier@tycoint.com>
Fri, 22 Jan 2016 19:16:15 +0000 (14:16 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 28 Jan 2016 19:20:28 +0000 (13:20 -0600)
commit53b0c38c7a691d13d53c08e4c4ebbfd2612f20a7
tree43cca01cd72ac66f7c7ee0e94bcb4bbeec3c80f5
parent79e3efd5e54acba20a5af94f713d7aae5e540d09
net: phy: Set ANRESTART in setup_forced

When configuring a PHY in fixed (forced) link mode, in order for
the changes to be applied, either one of these conditions must
be triggered:
1- PHY is reset
2- Autoneg is restarted
3- PHY transitions from power-down to power-up

Neither of these is currently done, so effectively the fixed link
configuration is not applied in the PHY.

Fix this by setting the Autoneg restart bit.

Signed-off-by: Alexandre Messier <amessier@tycoint.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/phy.c