]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Separate ArpRequest() into lower-level func
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 08:00:11 +0000 (08:00 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 22:53:07 +0000 (17:53 -0500)
commit228041893c2b6f79326f4b49ee7b3b3a90e90e8e
tree347b2ac6dc73cb5a345bfb2325d7ad26b092d777
parente94070c443bdc9c0231abeca920d9f9362701aec
net: Separate ArpRequest() into lower-level func

Link-local support will need to send ARP packets, but needs more
fine-grained control over the contents.  Split the implementation
into 2 parts so link-local can share the code.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/arp.c
net/arp.h