]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drivers/net: normalize TX_TIMEOUT
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 3 Nov 2010 22:49:35 +0000 (22:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Nov 2010 17:17:56 +0000 (09:17 -0800)
Some network drivers use old TX_TIMEOUT definitions, assuming HZ=100 of
old kernels.

Convert these definitions to include HZ, since HZ can be 1000 these
days.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found