r8169: fix r8101 quirk dupe
authorfrançois romieu <romieu@fr.zoreil.com>
Mon, 10 Aug 2009 19:41:52 +0000 (19:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2009 05:13:20 +0000 (22:13 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/r8169.c

index b82780d..eac882b 100644 (file)
@@ -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 | \