CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/06/14 10:58:28
Modified files: sys/dev/pci : if_iwm.c Log message: Currently, iwm(4) uses only one phy context, so stop sending commands to the firmware for unused ones. This should be refactored further, but for now this change is good enough to reduce the amount of commands we throw at the firmware. ok deraadt@