diff options
author | Steve Hodgson <shodgson@solarflare.com> | 2009-01-29 17:48:43 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-30 14:06:27 -0800 |
commit | 2d18835d65b7433e7e6583f65395f8c01e7874af (patch) | |
tree | 2bc1e1ade74236a763c8894c0e048039af6bbf31 /drivers/net/sfc/phy.h | |
parent | 869b5b3888fbd2024af632e3648c00860ba3cca6 (diff) | |
download | kernel_samsung_espresso10-2d18835d65b7433e7e6583f65395f8c01e7874af.zip kernel_samsung_espresso10-2d18835d65b7433e7e6583f65395f8c01e7874af.tar.gz kernel_samsung_espresso10-2d18835d65b7433e7e6583f65395f8c01e7874af.tar.bz2 |
sfc: SFX7101: Remove workaround for bad link training
Early versions of the SFX7101 firmware could complete link training in
a state where it would not adequately cancel noise (Solarflare bug
10750). We previously worked around this by resetting the PHY after
seeing many Ethernet CRC errors. This workaround is unsafe since it
takes no account of the interval between errors; it also appears to
be unnecessary with production firmware. Therefore remove it.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/phy.h')
-rw-r--r-- | drivers/net/sfc/phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/phy.h b/drivers/net/sfc/phy.h index 58c493e..07e855c 100644 --- a/drivers/net/sfc/phy.h +++ b/drivers/net/sfc/phy.h @@ -17,7 +17,6 @@ extern struct efx_phy_operations falcon_sfx7101_phy_ops; extern struct efx_phy_operations falcon_sft9001_phy_ops; extern void tenxpress_phy_blink(struct efx_nic *efx, bool blink); -extern void tenxpress_crc_err(struct efx_nic *efx); /**************************************************************************** * Exported functions from the driver for XFP optical PHYs |