Remove unfounded interrupts which is not on RTL 8101 series.

Signed-off-by: Corcodel Marian <corcodel.mar...@gmail.com>

diff --git a/drivers/net/ethernet/realtek/r8169.c 
b/drivers/net/ethernet/realtek/r8169.c
index 5fb79b1..5693e65 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -6614,15 +6614,15 @@ static void rtl_hw_start_8101(struct net_device *dev)
 
        RTL_W8(Cfg9346, Cfg9346_Lock);
 
-       RTL_W16(IntrMitigate, 0x0000);
+       //RTL_W16(IntrMitigate, 0x0000);
 
        //RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);
 
        rtl_set_rx_mode(dev);
 
-       RTL_R8(IntrMask);
+       //RTL_R8(IntrMask);
 
-       RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xf000);
+       //RTL_W16(MultiIntr, RTL_R16(MultiIntr) & 0xf000);
 }
 
 static int rtl8169_change_mtu(struct net_device *dev, int new_mtu)
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to