forked from luck/tmp_suning_uos_patched
[PATCH] mv643xx_eth: Update dev->last_rx on packet receive
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>
This commit is contained in:
parent
c7cd9014e6
commit
12ad74f88f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user