netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sack
[firefly-linux-kernel-4.4.55.git] / drivers / net / pcmcia / 3c574_cs.c
index dcbb11ab98db686b942cb029335c2c3e14ebec34..e5cb6b1f0ebd8be1aada0898403e79cb3a25d40f 100644 (file)
@@ -1061,7 +1061,6 @@ static int el3_rx(struct net_device *dev, int worklimit)
                                                ((pkt_len+3)>>2));
                                skb->protocol = eth_type_trans(skb, dev);
                                netif_rx(skb);
-                               dev->last_rx = jiffies;
                                dev->stats.rx_packets++;
                                dev->stats.rx_bytes += pkt_len;
                        } else {