drivers/net: Kill now superfluous ->last_rx stores.
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2008 05:11:17 +0000 (21:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Nov 2008 05:11:17 +0000 (21:11 -0800)
The generic packet receive code takes care of setting
netdev->last_rx when necessary, for the sake of the
bonding ARP monitor.

Drivers need not do it any more.

Some cases had to be skipped over because the drivers
were making use of the ->last_rx value themselves.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found