9
0
Fork 0
barebox/net
Juergen Borleis 3018f13670 net/ifup.c: avoid setting the MAC twice
The command always sets the MAC address of the interface in the code path.
For the static network configuration case it sets it again, due to the
environment variable keyword ("ethaddr") is listed again in the table.
Remove this keyword from the table, because the MAC is already set.

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-04-24 09:03:31 +02:00
..
Kconfig net: Add ifup support 2014-03-07 07:41:36 +01:00
Makefile net: Add ifup support 2014-03-07 07:41:36 +01:00
dhcp.c dhcp: replace dhcp_getenv_int with getenv_uint 2013-10-07 07:59:00 +02:00
dns.c barebox: remove double semicolons 2013-11-18 10:13:35 +01:00
eth.c param: Add dev_add_param_mac 2014-04-04 09:04:31 +02:00
ifup.c net/ifup.c: avoid setting the MAC twice 2014-04-24 09:03:31 +02:00
net.c net: Fix error return value for string_to_ethaddr 2014-01-20 14:13:00 +01:00
netconsole.c netconsole: bail out when no connection is opened 2014-03-31 09:19:35 +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