CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/06/22 05:32:12
Modified files: sys/dev/pci : if_iwm.c Log message: In iwm(4), clear the in_assoc flag when going down. This flag affects behaviour early during startup, e.g. where the BSSID for the MAC context is copied from. Pointed out by Imre Vadasz.