CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/28 12:02:32
Modified files:
sys/dev/pci : if_ipw.c
Log message:
Since ipw(4) doesn't call into net80211_newstate() the interface link state
must be updated by the driver in order to get packets to flow.
In case of WPA the link state was updated as a side-effect of a successful
WPA handshake. This commit fixes the WEP and plaintext cases.
Problem reported and fix tested by Riccardo Mottola.
