]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Remove static allocation for MAC address in PingSend()
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 07:59:20 +0000 (07:59 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 22:53:05 +0000 (17:53 -0500)
commitf1d2d2846988b21a4df6697fdac08999034d3027
treec6179ceeb6da4a09675c8d8e7daf372ca8996773
parent2c00e099fe77b014dd094a49113e2c6ce8a24a16
net: Remove static allocation for MAC address in PingSend()

Don't force ARP clients to return the MAC address if they don't care
(such as ping)

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
net/arp.c
net/ping.c