diff options
Diffstat (limited to 'drivers/net')
-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 8f61237..80b230e 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -5203,13 +5203,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; |