Skip to content
Snippets Groups Projects
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
No related merge requests found
Showing
with 0 additions and 22 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment