CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/19 13:03:33
Modified files:
sys/net80211 : ieee80211_ioctl.c ieee80211_pae_input.c
ieee80211_proto.c
Log message:
Always check for EBUSY when the return value of ic_set_key() is tested.
Fixes urtwn(4) repeated DEAUTH and subsequent loss/restoration of link.
It was a great dhclient(4) stress test. Note that urtwn(4) is the first
and so far only device whose *_set_key() function returns EBUSY.
Debugging hints and ok stsp@
