CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/09/21 07:22:40
Modified files: sys/dev/pci : if_iwm.c Log message: For the keep-alive period in iwm's power command, use the DTIM period specified by the AP, rather than the default DTIM period of our wireless stack (which is not applicable when running as a client anyway). And tell the firmware to disable power-saving. ok sthen@