From: Mallikarjuna R Chilakala Date: Tue, 15 Dec 2009 11:57:20 +0000 (+0000) Subject: ixgbe: Fix 82598 premature copper PHY link indicatation X-Git-Tag: v2.6.33-rc1~59^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734e979f25a74e0d7da4ae0498ecac644db6377d;p=pandora-kernel.git ixgbe: Fix 82598 premature copper PHY link indicatation Modified patch with Dave's comments to replace mdelay with proper msleep. Fix 82598 copper link issue, where the phy prematurely indicates link before it is ready to process packets. The new function looks for phy link and indicates that, when it is available. If phy is not ready within few seconds of MAC indicating link, the function will return failure which translates to link down indication. Signed-off-by: Mallikarjuna R Chilakala Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed