commit | f3766c26a5d00189e5c0965c66f01956d15a92d6 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Wed Jan 13 10:59:13 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 13 17:12:47 2010 -0800 |
tree | 2cab8ee42ef7479d41f660ba5f1fcfd4d8706f08 | |
parent | 55029c1d65158aea9672c5dfadb43a57f23e3100 [diff] |
sfc: Fix conditions for MDIO self-test The MDIO self-test should not be run on boards without an MDIO PHY, such as SFN5122F-R3 and later revisions. It should also not try to address a specific MMD in an MDIO clause 22 PHY. Check the mode_support field to decide which mode to use, if any. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>