diff options
Diffstat (limited to 'drivers/net/dl2k.c')
-rw-r--r-- | drivers/net/dl2k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dl2k.c b/drivers/net/dl2k.c index f9e405a8a844..9ec9785a9fc3 100644 --- a/drivers/net/dl2k.c +++ b/drivers/net/dl2k.c | |||
@@ -891,7 +891,6 @@ receive_packet (struct net_device *dev) | |||
891 | } | 891 | } |
892 | #endif | 892 | #endif |
893 | netif_rx (skb); | 893 | netif_rx (skb); |
894 | dev->last_rx = jiffies; | ||
895 | } | 894 | } |
896 | entry = (entry + 1) % RX_RING_SIZE; | 895 | entry = (entry + 1) % RX_RING_SIZE; |
897 | } | 896 | } |