diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2008-09-01 07:46:03 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-03 09:53:43 -0400 |
commit | 5b39fe307b58fc6d71265eeed809ab799a2e2ec9 (patch) | |
tree | 6f6c383237a1b4b297cd00613c225d9d8de8d9df /drivers/net/sfc/workarounds.h | |
parent | 11f34e691d6b3501606a9eaf5379ec718d2fabeb (diff) |
sfc: Remove mistaken hardware workaround
We believed that some valid SNAP frames were being marked as invalid.
In fact this is not the case and no workaround is needed.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/sfc/workarounds.h')
-rw-r--r-- | drivers/net/sfc/workarounds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/sfc/workarounds.h b/drivers/net/sfc/workarounds.h index 35ab19c27f8d..a824f5998c04 100644 --- a/drivers/net/sfc/workarounds.h +++ b/drivers/net/sfc/workarounds.h | |||
@@ -20,8 +20,6 @@ | |||
20 | 20 | ||
21 | /* XAUI resets if link not detected */ | 21 | /* XAUI resets if link not detected */ |
22 | #define EFX_WORKAROUND_5147 EFX_WORKAROUND_ALWAYS | 22 | #define EFX_WORKAROUND_5147 EFX_WORKAROUND_ALWAYS |
23 | /* SNAP frames have TOBE_DISC set */ | ||
24 | #define EFX_WORKAROUND_5475 EFX_WORKAROUND_ALWAYS | ||
25 | /* RX PCIe double split performance issue */ | 23 | /* RX PCIe double split performance issue */ |
26 | #define EFX_WORKAROUND_7575 EFX_WORKAROUND_ALWAYS | 24 | #define EFX_WORKAROUND_7575 EFX_WORKAROUND_ALWAYS |
27 | /* TX pkt parser problem with <= 16 byte TXes */ | 25 | /* TX pkt parser problem with <= 16 byte TXes */ |