]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>
Mon, 25 Jun 2012 02:37:27 +0000 (02:37 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 24 Sep 2012 18:17:24 +0000 (13:17 -0500)
commit1389f98fced3651ece415a6011ccbdfac3a52286
tree65799cf6e6ccfadce8154ae5be97e0f737614659
parent46c07bcf12a7d6478b5e2f3e4b4c961d84428c6c
net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000

NetSetTimeout sets incorrect value to timeDelta when CONFIG_SYS_HZ != 1000.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
net/net.c