9
0
Fork 0
barebox/net
Sascha Hauer 025d80a05d net phylib: Call phy_update_status when no link is present
We call phy_update_status only once in 5 seconds. This makes
sure we do not have great overhead when using ethernet devices.
However, if phylib tells us the link is down anyway, there won't
be ethernet transfers, so it doesn't hurt to call phy_update_status
in this case. This makes sure we can use the ethernet device when
the link comes up and do not have an additional 5 second penalty
in this case.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-12-08 17:54:06 +01:00
..
Kconfig Cleanup Kconfig files 2012-12-08 12:22:12 +01:00
Makefile net: remove old tftp support 2012-09-28 16:24:02 +02:00
dhcp.c dhcp: add retries limit support 2012-10-02 08:57:07 +02:00
dns.c dns: fix recursive loop 2012-05-16 08:50:33 +02:00
eth.c net phylib: Call phy_update_status when no link is present 2012-12-08 17:54:06 +01:00
net.c mem: add the swab (swap bytes) option to memory_display() 2012-11-26 11:14:40 +01:00
netconsole.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
nfs.c commands: remove struct command pointer from commands 2012-02-27 20:28:07 +01:00
nfs.h pass filename to nfs and tftp start functions 2009-10-19 10:18:51 +02:00
ping.c net: ping: do not retry endlessly 2012-04-05 08:56:03 +02:00
rarp.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00