]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/bootp.c
net: express the first argument to NetSetTimeout() in milliseconds
authorBartlomiej Sieka <tur@semihalf.com>
Wed, 1 Oct 2008 13:26:28 +0000 (15:26 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:00 +0000 (21:54 +0200)
commit49f3bdbba8071f56d950a9498b6cdb998b35340a
treee4e3e05eef80c0493024431f905bccd5924cfa60
parentc68a05feeb88de9fcf158e67ff6423c4cc988f88
net: express the first argument to NetSetTimeout() in milliseconds

Enforce millisecond semantics of the first argument to NetSetTimeout() --
the change is transparent for well-behaving boards (CFG_HZ == 1000 and
get_timer() countiing in milliseconds).

Rationale for this patch is to enable millisecond granularity for
network-related timeouts, which is needed for the upcoming automatic
software update feature.

Summary of changes:
- do not scale the first argument to NetSetTimeout() by CFG_HZ
- change timeout values used in the networking code to milliseconds

Signed-off-by: Rafal Czubak <rcz@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
net/bootp.c
net/bootp.h
net/net.c
net/nfs.c
net/rarp.c
net/sntp.c
net/tftp.c