CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/28 10:17:30
Modified files:
sys/dev/pci : if_iwn.c
Log message:
The DELAY() recently added to iwn(4) to make association more reliable could
be triggered by incoming management frames, such as DEAUTH frames. As krw@
found out, a system receiving many such frames would become unresponsive.
Ensure this extra DELAY() only happens if we decide to send an AUTH frame.
ok mpi@ krw@
