CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/14 05:57:16
Modified files:
sys/dev/usb : if_urtw.c
Log message:
Use timeout_add_msec(9)
The timeval is used to represent 100ms, which are converted to Hz so they
can be converted back - simplify this by using the new ms interface
directly.
Tested and OK kevlo
