CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/15 18:10:37
Modified files:
sys/net : if_pppoe.c
Log message:
Use timeout_add_sec(9)
All ticks arguments to timeout_add() calls are positive multiple of hz, so
simply reduce it and use the appropiate function.
Also, (hz / 50) [ticks] = 1 / 50 [s] = 20 [ms].
OK mpi
