CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/04/01 04:47:13

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

Log message:
Enable RF_KILL interrupts on resume

Like the interrupt handler, the resume path needs to check the register to
update flags in order to propagate the hardware kill switch state, otherwise
the driver would still consider the switch to be off after resume even
though it may have changed while in S3.

Fix the resume path by simply applying the same idiom already found in
iwm_start_hw().  This will ensure seemless operation no matter which
combination of switch toggling and suspend/resume users will follow.

OK stsp

Reply via email to