mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
sfc: SFT9001: Always enable XNP exchange on SFT9001 rev B
This workaround is not specific to rev A. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
44176b45d1
commit
c9d5a53f06
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
#define EFX_WORKAROUND_8071 EFX_WORKAROUND_FALCON_A
|
#define EFX_WORKAROUND_8071 EFX_WORKAROUND_FALCON_A
|
||||||
|
|
||||||
/* Need to send XNP pages for 100BaseT */
|
/* Need to send XNP pages for 100BaseT */
|
||||||
#define EFX_WORKAROUND_13204 EFX_WORKAROUND_SFT9001A
|
#define EFX_WORKAROUND_13204 EFX_WORKAROUND_SFT9001
|
||||||
/* Need to keep AN enabled */
|
/* Need to keep AN enabled */
|
||||||
#define EFX_WORKAROUND_13963 EFX_WORKAROUND_SFT9001A
|
#define EFX_WORKAROUND_13963 EFX_WORKAROUND_SFT9001A
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue