Files
u-boot-sunxi/net
Alexander Graf a532e2f2e5 net: Only access network devices after init
In the efi_loader main loop we call eth_rx() occasionally. This rx function
might end up calling into devices that haven't been initialized yet,
potentially resulting in a lot of transfer timeouts.

Instead, let's make sure the ethernet device is actually initialized before
reading from or writing to it.

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2018-03-22 15:05:31 -05:00
..
2017-08-16 08:22:18 -04:00
2017-08-16 08:22:18 -04:00
2018-03-22 15:05:31 -05:00
2017-09-07 13:23:52 -05:00