CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/09/05 06:02:21
Modified files: sys/net80211 : ieee80211.c Log message: When selecting the next wireless mode during the scan loop, always select AUTO mode if the driver scans all bands at once. Otherwise the net80211 layer unnecessarily filters out some of the beacons received by the device. ok phessler@ mpi@ kevlo@