git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab29109
)
drivers/net: Kill now superfluous ->last_rx stores.
author
David S. Miller
<davem@davemloft.net>
Tue, 4 Nov 2008 05:11:17 +0000
(21:11 -0800)
committer
David 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