[PATCH 12/20] sfc: SFT9001: Always enable XNP exchange on SFT9001 rev B

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ben Hutchings
Date: Thursday, January 29, 2009 - 12:20 pm

This workaround is not specific to rev A.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
---
 drivers/net/sfc/workarounds.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/sfc/workarounds.h b/drivers/net/sfc/workarounds.h
index 420fe15..b810dcd 100644
--- a/drivers/net/sfc/workarounds.h
+++ b/drivers/net/sfc/workarounds.h
@@ -54,7 +54,7 @@
 #define EFX_WORKAROUND_8071 EFX_WORKAROUND_FALCON_A
 
 /* 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 */
 #define EFX_WORKAROUND_13963 EFX_WORKAROUND_SFT9001A
 

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/20] sfc: Fixes and new PHY support for 2.6.29, Ben Hutchings, (Thu Jan 29, 12:12 pm)
[PATCH 02/20] sfc: Fix test for MDIO read failure, Ben Hutchings, (Thu Jan 29, 12:16 pm)
[PATCH 03/20] sfc: SFT9001: Enable robust link training, Ben Hutchings, (Thu Jan 29, 12:17 pm)
[PATCH 08/20] sfc: Fix post-reset MAC selection, Ben Hutchings, (Thu Jan 29, 12:19 pm)
[PATCH 12/20] sfc: SFT9001: Always enable XNP exchange on ..., Ben Hutchings, (Thu Jan 29, 12:20 pm)
[PATCH 13/20] sfc: SFX7101/SFT9001: Fix AN advertisements, Ben Hutchings, (Thu Jan 29, 12:20 pm)
[PATCH 15/20] sfc: Fix reporting of PHY id, Ben Hutchings, (Thu Jan 29, 12:20 pm)
[PATCH 16/20] sfc: Add support for QT2025C PHY, Ben Hutchings, (Thu Jan 29, 12:21 pm)
[PATCH 18/20] sfc: Clean up LED control, Ben Hutchings, (Thu Jan 29, 12:21 pm)
[PATCH 01/11] sfc: SFT9001: Enable robust link training, Ben Hutchings, (Thu Jan 29, 8:48 pm)
[PATCH 05/11] sfc: Fix post-reset MAC selection, Ben Hutchings, (Thu Jan 29, 8:49 pm)
[PATCH 10/11] sfc: SFX7101/SFT9001: Fix AN advertisements, Ben Hutchings, (Thu Jan 29, 8:59 pm)