git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
973a34a
)
drivers/net: normalize TX_TIMEOUT
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 3 Nov 2010 22:49:35 +0000
(22:49 +0000)
committer
David 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