]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/net.c
net: tftpput: Move ICMP code into its own function
authorSimon Glass <sjg@chromium.org>
Mon, 24 Oct 2011 18:00:00 +0000 (18:00 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Oct 2011 19:32:59 +0000 (21:32 +0200)
commit8f79bb17a4251ec096a7184d1eaf6f5dea3d2623
tree63e7bd4306281582022912e5f3e966798e08f365
parentd67f10ce0f5a4c114437ac6fb5891ae38e3054f8
net: tftpput: Move ICMP code into its own function

NetReceive() is a very long function with a lot of indent. Before adding
code to the ICMP bit, split it out.

Signed-off-by: Simon Glass <sjg@chromium.org>
net/net.c