CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/11 05:27:44
Modified files:
sys/dev/pci : if_iwm.c if_iwn.c if_iwx.c
Log message:
In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address again
while building a scan command for the firmware. This isn't the right place
to set our address, which has already been set during driver initialization.
ok mpi@ kettenis@
