CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/22 03:54:36
Modified files:
sys/dev/pci : if_iwx.c if_iwxvar.h
Log message:
Let iwx(4) use per-Tx-queue interface timers to ensure that the interface
watchdog will trigger a device timeout if a particular Tx queue gets stuck
while other Tx queues keep working.
The Linux driver is using a similar workaround for "stuck queues".
Tested by myself and jmc@
