CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/09/05 08:56:59
Modified files: sys/net80211 : ieee80211_node.c Log message: When starting a new scan always set the mode to AUTO if the driver scans all bands at once. Fixes a problem where e.g. 5GHz APs were filtered out if we were previously associated to an 11g-only AP. ok mpi@ phessler@