CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/05/08 08:27:28

Modified files:
        sys/dev/pci    : if_iwm.c 

Log message:
In iwm_send_cmd(), look at the generation counter instead of the STOPPED flag
to determine whether the interface was reset while we were sleeping. The flag
will be set if the interface is still down when the task wakes up, but the
interface could already be up again in which case the flag will be cleared.

ok mpi@ kettenis@

Reply via email to