summaryrefslogtreecommitdiffstats
path: root/src/net/fcoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/fcoe.c')
-rw-r--r--src/net/fcoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/fcoe.c b/src/net/fcoe.c
index c3258f15e..f910eeead 100644
--- a/src/net/fcoe.c
+++ b/src/net/fcoe.c
@@ -1094,7 +1094,7 @@ static void fcoe_expired ( struct retry_timer *timer, int over __unused ) {
/* Send keepalive */
start_timer_fixed ( &fcoe->timer,
- ( ( fcoe->keepalive * TICKS_PER_SEC ) / 1000 ) );
+ ( fcoe->keepalive * TICKS_PER_MS ) );
fcoe_fip_tx_keepalive ( fcoe );
/* Abandon FCF if we have not seen its advertisements */