9
0
Fork 0
barebox/net
Sascha Hauer 20ec9ba02d Ethernet: write MAC address to hardware when it's changed
Instead of writing the MAC address into the hardware on device open time
write it to the hardware when the user changes the parameter. This
way a user can change the MAC address in the hardware without actually
using the device. This helps Linux Network drivers which expect a valid
MAC address on startup.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2008-09-30 10:48:40 +02:00
..
Kconfig svn_rev_555 2007-07-05 18:02:04 +02:00
Makefile svn_rev_345 2007-07-05 18:01:45 +02:00
bootp.c [net] cleanups: 2008-04-07 11:37:25 +02:00
bootp.h [net] cleanups: 2008-04-07 11:37:25 +02:00
eth.c Ethernet: write MAC address to hardware when it's changed 2008-09-30 10:48:40 +02:00
net.c fix 62e2cd0a68 2008-08-21 16:23:02 +02:00
nfs.c nfs: fix calling of string_to_ip() 2008-09-30 10:46:24 +02:00
nfs.h * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
ping.c Fix string_to_ip 2008-08-20 17:46:47 +02:00
rarp.c fix compiler warning 2007-10-08 00:57:46 +02:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
sntp.c svn_rev_108 2007-07-05 18:01:23 +02:00
sntp.h * Patch by Masami Komiya, 30 Mar 2005: 2005-04-01 00:25:43 +00:00
tftp.c tftp.c: use sprintf instead of several strcpy functions 2008-03-31 21:54:37 +02:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00