From: Florian Fainelli Date: Sun, 16 May 2010 02:30:56 +0000 (+0000) Subject: r6040: fix link checking with switches X-Git-Tag: v2.6.35-rc1~473^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce26b4d1d52c9a881a99fd316c32e58cdf2d586e;p=pandora-kernel.git r6040: fix link checking with switches The current link checking logic only works for one port, which is not correct for swiches were multiple ports can have different link status. As a result we would only check for link status on port 1 of the switch. Move the calls to mii_check_media in r6040_timer which will be polling a single PHY chip correctly and assume link is up for switches. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed