freebsd-dev/sys/dev/iwi
Ian Lepore a14af83085 Fix drivers that assume ticks starts at zero. These drivers all have logic
similar to "if (ticks > localvar+interval) {localvar=ticks; ...}" where
localvar is initialized to zero.  Ticks is initialized to a negative value
since r278230, and that leads to these if statements never being true.
2017-07-06 17:03:22 +00:00
..
if_iwi_ioctl.h
if_iwi.c Fix drivers that assume ticks starts at zero. These drivers all have logic 2017-07-06 17:03:22 +00:00
if_iwireg.h sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
if_iwivar.h net80211: WME callback cleanup in various drivers 2015-11-05 17:58:18 +00:00