]> git.ipfire.org Git - people/ms/u-boot.git/commit
net/arp: Do not run net_start_again() on timeout
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 30 Aug 2015 15:46:43 +0000 (17:46 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 28 Oct 2015 19:57:00 +0000 (14:57 -0500)
commit943231119f3caaaca7db4c588e4f3e9a6cec426a
tree9382ac946959b79db49d51f72b73211fa9eedbb9
parentc56eb57316ac0094aa2b5b805762d239a18f0c63
net/arp: Do not run net_start_again() on timeout

net_start_again() will be called from net_loop() if state is NETLOOP_FAIL.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net/arp.c