You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
drivers/net: normalize TX_TIMEOUT
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>
This commit is contained in:
committed by
David S. Miller
parent
973a34aa85
commit
c63fdf46ad
@@ -161,7 +161,7 @@ enum commands {
|
||||
#define RX_SUSPEND 0x0030
|
||||
#define RX_ABORT 0x0040
|
||||
|
||||
#define TX_TIMEOUT 5
|
||||
#define TX_TIMEOUT (HZ/20)
|
||||
|
||||
|
||||
struct i596_reg {
|
||||
|
||||
Reference in New Issue
Block a user