commit | 4bac50bace0377138fed2ac3627c1ad470ea1eca | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 03 18:09:01 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 07 02:58:47 2015 -0700 |
tree | ab1ea5bfd6009271431cd35b75c3dfd2804f27be | |
parent | 21c4c073f14509d685ed219aa3c76362a7bfa0ac [diff] |
net: dsa: mv88e6xxx: remove link polling The link status is polled by the generic phy layer, there's no need to duplicate that polling with additional polling. This additional polling adds additional MDIO traffic, and races with the generic phy layer, resulting in missing or duplicated link status messages. Tested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>