commit | 260055bb1f1f8b5328601816c50fd7e0dfda7dff | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil.sutter@viprinet.com> | Wed Mar 06 07:49:02 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 07 16:17:45 2013 -0500 |
tree | e0e9a4b5eed0928c04a9a63654f976af85cb4c5c | |
parent | 80028ea1c0afc24d4ddeb8dd2a9992fff03616ca [diff] |
mv643xx_eth: fix for disabled autoneg When autoneg has been disabled in the PHY (Marvell 88E1118 here), auto negotiation between MAC and PHY seem non-functional anymore. The only way I found to workaround this is to manually configure the MAC with the settings sent to the PHY earlier. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> Signed-off-by: David S. Miller <davem@davemloft.net>