Files
u-boot-sunxi/net
Andrew Ruder 8e52533d10 net: tftpsrv: Get correct client MAC address
NetServerEther was not being cleared in the tftp server code, so the
destination MAC address would be whatever the last destination MAC
address was.

Scenario:
U-Boot:
	dhcp
	tftpsrv
Host:
	Send device WRQ
Device:
	Responds with ACK to dhcp server mac address with
	host ip address

By clearing NetServerEther, we force a lookup of the host MAC address
to go with the associated host IP.

Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>
2013-11-22 17:03:18 -06:00
..
2012-11-04 11:00:36 -07:00
2012-11-04 11:00:36 -07:00
2013-06-24 19:10:15 -05:00
2012-11-04 11:00:36 -07:00
2012-11-04 11:00:36 -07:00