commit | 445a48cc9df90775d6479ef4c73d3a90184af4ed | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Feb 04 03:33:09 2014 +0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 04 20:19:51 2014 -0800 |
tree | 093387cda8a582e13745d26f53e6a068ba1d3fda | |
parent | 5273e3a5ca94fbeb8e07d31203069220d5e682aa [diff] |
net: ethoc: don't advertise gigabit speed on attached PHY OpenCores 10/100 Mbps MAC does not support speeds above 100 Mbps, but does not disable advertisement when PHY supports them. This results in non-functioning network when the MAC is connected to a gigabit PHY connected to a gigabit switch. The fix is to disable gigabit speed advertisement on attached PHY unconditionally. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>