Commits
Simon Glass committed 20b429b013c
net: smsc95xx: Correct free_pkt() implementation On further review this returns the wrong packet length from the driver. It may not be noticed since protocols will take care of it. Fix it by subtracting the header length from the packet length returned. Signed-off-by: Simon Glass <sjg@chromium.org>