CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/02 06:34:27
Modified files:
sys/dev/pci : if_iwm.c if_iwmvar.h
Log message:
iwm's LQ_CMD can work asynchronously from interrupt context.
There is no need to schedule a task to send this command and wait for
a response. Linux iwlwifi also sends this command async.
tested by myself and benno
