diff options
author | Toshiharu Okada <toshiharu-linux@dsn.okisemi.com> | 2011-05-05 22:53:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-09 14:55:15 -0400 |
commit | ce3dad0f74e6b240f0b1dedbd8ea268a3f298d82 (patch) | |
tree | 4b66a087f921127a4aeafa9f9a824df1255de9fe /drivers | |
parent | 057bef938896e6266ae24ec4266d24792d27c29a (diff) |
PCH_GbE : Fixed the issue of collision detection
The collision detection setting was invalid.
When collision occurred, because data was not resent,
there was an issue to which a transmitting throughput falls.
This patch enables the collision detection.
Signed-off-by: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | 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 2ef2f9cdefa6..4ebd1d4ad3ed 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; | |||
43 | 43 | ||
44 | #define PCH_GBE_MAC_RGMII_CTRL_SETTING ( \ | 44 | #define PCH_GBE_MAC_RGMII_CTRL_SETTING ( \ |
45 | PCH_GBE_CHIP_TYPE_INTERNAL | \ | 45 | PCH_GBE_CHIP_TYPE_INTERNAL | \ |
46 | PCH_GBE_RGMII_MODE_RGMII | \ | 46 | PCH_GBE_RGMII_MODE_RGMII \ |
47 | PCH_GBE_CRS_SEL \ | ||
48 | ) | 47 | ) |
49 | 48 | ||
50 | /* Ethertype field values */ | 49 | /* Ethertype field values */ |