Skip to content

Commit

Permalink
[PATCH] mv643xx_eth: Update dev->last_rx on packet receive
Browse files Browse the repository at this point in the history
Update dev->last_rx on packet receive

This fix corrects errors seen during configuration of the bonding driver.

Signed-off-by: Paolo Galtieri <pgaltieri@mvista.com>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Paolo Galtieri authored and Jeff Garzik committed Jan 27, 2006
1 parent c7cd901 commit 12ad74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ static int mv643xx_eth_receive_queue(struct net_device *dev)
netif_rx(skb);
#endif
}
dev->last_rx = jiffies;
}

return received_packets;
Expand Down

0 comments on commit 12ad74f

Please sign in to comment.