diff options
-rw-r--r-- | drivers/net/r8169.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 6197140d75a1..b22623d7bf45 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -4571,13 +4571,6 @@ static int rtl8169_rx_interrupt(struct net_device *dev, dev->stats.rx_bytes += pkt_size; dev->stats.rx_packets++; } - - /* Work around for AMD plateform. */ - if ((desc->opts2 & cpu_to_le32(0xfffe000)) && - (tp->mac_version == RTL_GIGA_MAC_VER_05)) { - desc->opts2 = 0; - cur_rx++; - } } count = cur_rx - tp->cur_rx; |