CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/26 13:53:30
Modified files:
sys/dev/ic : athvar.h
Log message:
ath(4): fix ATH_TICKS()
Should be
"ticks" (global tick count, dynamic)
and not
"tick" (number of microseconds per tick, constant)
Unclear how it happened, but it's been broken since ~2004.
ok stsp@
