CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/05 09:07:28
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
Log message:
Add iwm/iwx background scan task to the queue which it will be deleted from.
The corresponding task_add and task_del calls were operating on different
queues by mistake. Background scan tasks should now get cancelled properly
during driver state transitions.
ok mvs@
