CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/04/28 08:49:07
Modified files:
sys/dev/ic : pgt.c
sys/dev/usb : if_atu.c
sys/net80211 : ieee80211.c ieee80211_node.c ieee80211_node.h
ieee80211_proto.c
Log message:
When starting a background scan, free the nodes table to ensure we
get an up-to-date view of APs around us. In particular, we need to
kick out the AP we are associated to. Otherwise, our current AP might
stay cached if it is turned off while we are scanning, and we could
end up picking a now non-existent but "good looking" AP over and over.
found with and ok phessler@