[PATCH net-next 1/6] r8169: fix r8101 quirk dupe

Previous thread: [PATCH] fix memory leak in virtio_net by Shirley Ma on Monday, August 10, 2009 - 1:05 pm. (5 messages)

Next thread: [PATCH net-next 2/6] r8169: differentiate close chipsets in the startup identification message by Francois Romieu on Monday, August 10, 2009 - 10:42 pm. (1 message)
From: Francois Romieu
Date: Monday, August 10, 2009 - 10:41 pm

Noticed by Vincent Pelletier <plr.vincent@gmail.com>.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
---
 drivers/net/r8169.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index b82780d..eac882b 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -2757,7 +2757,7 @@ static void rtl_hw_start_8168(struct net_device *dev)
 	EnableBist | \
 	Mac_dbgo_oe | \
 	Force_half_dup | \
-	Force_half_dup | \
+	Force_rxflow_en | \
 	Force_txflow_en | \
 	Cxpl_dbg_sel | \
 	ASF | \
-- 
1.6.2.5

--

Previous thread: [PATCH] fix memory leak in virtio_net by Shirley Ma on Monday, August 10, 2009 - 1:05 pm. (5 messages)

Next thread: [PATCH net-next 2/6] r8169: differentiate close chipsets in the startup identification message by Francois Romieu on Monday, August 10, 2009 - 10:42 pm. (1 message)