CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/09 04:38:52
Modified files:
sys/dev/pci : if_iwn.c
Log message:
Improve stability of roaming on iwn(4), in particular with wpa_supplicant.
Clear HT-related rxon flags in firmware when switching away from RUN
or ASSOC state. This avoids fatal firmware errors.
When starting a scan, set link state down and clear ic_bss before
sending the scan command to the device, not after.
tested by mbuhl@ on eduroam
ok mbuhl@
