diff options
Diffstat (limited to 'drivers/net/starfire.c')
-rw-r--r-- | drivers/net/starfire.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/starfire.c b/drivers/net/starfire.c index 32814183d5a3..0358809f409c 100644 --- a/drivers/net/starfire.c +++ b/drivers/net/starfire.c | |||
@@ -1496,7 +1496,6 @@ static int __netdev_rx(struct net_device *dev, int *quota) | |||
1496 | } else | 1496 | } else |
1497 | #endif /* VLAN_SUPPORT */ | 1497 | #endif /* VLAN_SUPPORT */ |
1498 | netif_receive_skb(skb); | 1498 | netif_receive_skb(skb); |
1499 | dev->last_rx = jiffies; | ||
1500 | np->stats.rx_packets++; | 1499 | np->stats.rx_packets++; |
1501 | 1500 | ||
1502 | next_rx: | 1501 | next_rx: |