diff options
Diffstat (limited to 'drivers/net/sundance.c')
| -rw-r--r-- | drivers/net/sundance.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c index 8c6a8941a054..698893b92003 100644 --- a/drivers/net/sundance.c +++ b/drivers/net/sundance.c | |||
| @@ -1350,7 +1350,6 @@ static void rx_poll(unsigned long data) | |||
| 1350 | skb->protocol = eth_type_trans(skb, dev); | 1350 | skb->protocol = eth_type_trans(skb, dev); |
| 1351 | /* Note: checksum -> skb->ip_summed = CHECKSUM_UNNECESSARY; */ | 1351 | /* Note: checksum -> skb->ip_summed = CHECKSUM_UNNECESSARY; */ |
| 1352 | netif_rx(skb); | 1352 | netif_rx(skb); |
| 1353 | dev->last_rx = jiffies; | ||
| 1354 | } | 1353 | } |
| 1355 | entry = (entry + 1) % RX_RING_SIZE; | 1354 | entry = (entry + 1) % RX_RING_SIZE; |
| 1356 | received++; | 1355 | received++; |
