Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12ad74f8 authored by Paolo Galtieri's avatar Paolo Galtieri Committed by Jeff Garzik
Browse files

[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: default avatarPaolo Galtieri <pgaltieri@mvista.com>
Signed-off-by: default avatarDale Farnsworth <dale@farnsworth.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent c7cd9014
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;