CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/06/14 10:56:50
Modified files: sys/dev/pci : if_iwm.c Log message: Make the iwm(4) ioctl handler wait until the transition to SCAN has completed when bringing the interface up. Otherwise we get racy behaviour when running ifconfig commands which issue several ioctls in quick succession. Should fix the occasional "could not initiate scan" errors. ok deraadt@