From: Divy Le Ray Date: Sat, 13 Feb 2010 09:44:35 +0000 (+0000) Subject: cxgb3: fix link flap X-Git-Tag: v2.6.34-rc1~233^2~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9449d85c67127d6f9d01aad8963d567ab02cb96;p=pandora-kernel.git cxgb3: fix link flap The driver is expected to report that the link is up when the phy Rx signal is established and the mac has not detected a link fault. The code is however broken, the driver does not check the link fault status when the phy link status changes. The link fault status being checked within a short period of time, it leads to link up/link down events. Signed-off-by: Divy Le Ray Signed-off-by: David S. Miller --- Reading git-diff-tree failed