CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/12 10:54:50
Modified files:
sys/dev/pci : if_ipw.c
Log message:
In ipw(4), ensure that net80211 is in ASSOC state while we are expecting
an assoc response from the AP during the association sequence. Otherwise
net80211 would ignore the auth response, resulting in a state mismatch
between firmware and net80211. A symptom of this was that WPA didn't work.
Problem reported and fix tested by Ricardo Mottola
