diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2011-07-20 12:20:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 21:36:15 +0200 |
commit | be671947b5b3efc6863ff429c1f265aa38e291db (patch) | |
tree | a4e7185bbef150246ab416ebd55d8dcb0ff759d8 /drivers/net/tg3.h | |
parent | tg3: Fix io failures after chip reset (diff) | |
download | linux-be671947b5b3efc6863ff429c1f265aa38e291db.tar.xz linux-be671947b5b3efc6863ff429c1f265aa38e291db.zip |
tg3: Fix link flap at 100Mbps with EEE enabled
This patch increases the scope of the EEE interoperability workaround
to include more asic revisions. The workarond value is tuned to
workaround a link flap issue at 100Mbps.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r-- | drivers/net/tg3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index 6a43fc51d870..691539ba17b3 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h @@ -2180,7 +2180,7 @@ #define MII_TG3_DSP_TAP26_OPCSINPT 0x0004 #define MII_TG3_DSP_AADJ1CH0 0x001f #define MII_TG3_DSP_CH34TP2 0x4022 -#define MII_TG3_DSP_CH34TP2_HIBW01 0x017b +#define MII_TG3_DSP_CH34TP2_HIBW01 0x01ff #define MII_TG3_DSP_AADJ1CH3 0x601f #define MII_TG3_DSP_AADJ1CH3_ADCCKADJ 0x0002 #define MII_TG3_DSP_EXP1_INT_STAT 0x0f01 |