commit | de8205a9b7c5ae4a59c04969847105a7646f5e91 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 23 07:59:24 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed May 23 17:53:07 2012 -0500 |
tree | 070a846a4e5ec79753f6267ada3ac09c31ed1320 | |
parent | 6a9ed16b13c5770d88ed20ee6c884a408dc725ab [diff] |
net: Don't copy every packet that waits for an ARP Use the NetArpTxPacket for the ARP packet, not to hold what used to be in NetTxPacket. This saves a copy and makes the code easier to understand. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>