diff options
Diffstat (limited to 'drivers/net/sunbmac.c')
-rw-r--r-- | drivers/net/sunbmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sunbmac.c b/drivers/net/sunbmac.c index e964395fceee..3f57ba0ed03a 100644 --- a/drivers/net/sunbmac.c +++ b/drivers/net/sunbmac.c | |||
@@ -878,7 +878,6 @@ static void bigmac_rx(struct bigmac *bp) | |||
878 | /* No checksums done by the BigMAC ;-( */ | 878 | /* No checksums done by the BigMAC ;-( */ |
879 | skb->protocol = eth_type_trans(skb, bp->dev); | 879 | skb->protocol = eth_type_trans(skb, bp->dev); |
880 | netif_rx(skb); | 880 | netif_rx(skb); |
881 | bp->dev->last_rx = jiffies; | ||
882 | bp->enet_stats.rx_packets++; | 881 | bp->enet_stats.rx_packets++; |
883 | bp->enet_stats.rx_bytes += len; | 882 | bp->enet_stats.rx_bytes += len; |
884 | next: | 883 | next: |