CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/08/13 09:34:54
Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Add proper support for iwm(4) firmware's time event. Cancel the event if it is still scheduled before tearing down firmware state in iwm_unauth(). This change does not address any particular known issue, but matches what Linux does. If it causes any problems, let me know. ok tb@