[PATCH 1/2] PCH_GbE : Fixed the issue of collision detection

Subsystems: networking drivers, the rest

STALE5600d

2 messages, 2 authors, 2011-05-09 · open the first message on its own page

[PATCH 1/2] PCH_GbE : Fixed the issue of collision detection

From: Toshiharu Okada <hidden>
Date: 2011-05-06 12:49:47

The collision detection setting was invalid.
When collision occurred, because data was not resenr, 
there was an issue to which a transmitting throughput falls.

This patch enables the collision detection.

Signed-off-by: Toshiharu Okada <redacted>
---
 drivers/net/pch_gbe/pch_gbe_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/pch_gbe/pch_gbe_main.c b/drivers/net/pch_gbe/pch_gbe_main.c
index 8300f64..babe663 100644
--- a/drivers/net/pch_gbe/pch_gbe_main.c
+++ b/drivers/net/pch_gbe/pch_gbe_main.c
@@ -43,8 +43,7 @@ const char pch_driver_version[] = DRV_VERSION;
 
 #define PCH_GBE_MAC_RGMII_CTRL_SETTING ( \
 	PCH_GBE_CHIP_TYPE_INTERNAL | \
-	PCH_GBE_RGMII_MODE_RGMII   | \
-	PCH_GBE_CRS_SEL              \
+	PCH_GBE_RGMII_MODE_RGMII     \
 	)
 
 /* Ethertype field values */
-- 
1.6.2.5

Re: [PATCH 1/2] PCH_GbE : Fixed the issue of collision detection

From: David Miller <davem@davemloft.net>
Date: 2011-05-09 18:56:03

From: Toshiharu Okada <redacted>
Date: Fri, 06 May 2011 21:53:51 +0900
The collision detection setting was invalid.
When collision occurred, because data was not resenr, 
there was an issue to which a transmitting throughput falls.

This patch enables the collision detection.

Signed-off-by: Toshiharu Okada <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help