CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/09/27 09:54:33
Modified files: sys/dev/pci : if_iwm.c Log message: Wait until the BSSID is known before adding the MAC context to iwm firmware. Fixes iwm connectivity issues after first boot. Tested by myself (8260 chip) and tb@ (7265 chip) ok tb@