From: Alexander Duyck Date: Wed, 23 Dec 2009 13:21:07 +0000 (+0000) Subject: igb: do not force retry count to 1 on 82580 phy X-Git-Tag: v2.6.33-rc3~44^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6af2995c14e71558c312b86955ae32272a03d8;p=pandora-kernel.git igb: do not force retry count to 1 on 82580 phy This change resolves an issue seen in some configurations where the link may drop to 100Mb/s even though the link itself supports 1000Mb/s. The issue was root caused to the fact that we were only trying the link once. Now instead we will try up to 5 attempts on a faulty cable before downshifting to 100Mb/s. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed