CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2015/09/27 10:53:38
Modified files: sys/dev/pci : if_iwm.c Log message: Fix bsd.rd upgrades over iwm(4), and fix `ifconfig iwm0 lladdr random`. The bsd.rd problems happened because of the net80211 detach/attach hack which ran when the firmware is loaded for the first time. Do the minimum of what needs to be done instead. To fix lladdr random pick up a changing MAC address in the ioctl handler and don't overwrite a custom MAC address while loading the firmware. ok kettenis@