tg3: Fix loopback tests
authorMatt Carlson <mcarlson@broadcom.com>
Tue, 25 Jan 2011 15:58:52 +0000 (15:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jan 2011 03:38:18 +0000 (19:38 -0800)
commit49692ca1e686970bac5726c3fd925427bb3ae89d
tree369ecfec808cd59aae198ada75837f5c0baea1af
parentf746a3136a61ae535c5d0b49a9418fa21edc61b5
tg3: Fix loopback tests

The half-duplex bit in the MAC MODE register will be set during the
loopback test if the external link is in half-duplex mode.  This will
cause the loopback test to fail on newer devices.  This patch turns the
half-duplex bit off for the test.

Also, newer devices fail the internal phy loopback test because the phy
link takes a little while to come up.  This patch adds code to wait for
the link before proceeding with the test.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c