Skip to content
Commit babcda74 authored by David S. Miller's avatar David S. Miller
Browse files

drivers/net: Kill now superfluous ->last_rx stores.



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: default avatarDavid S. Miller <davem@davemloft.net>
parent ab291092
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment