CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/05/23 08:10:48
Modified files: sys/dev/ic : bwfm.c Log message: Select correct channel in Host AP mode. One part of that is creating the channel specification (channel, freq, bandwidth, control channel) which is parsed and understood by the bwfm(4) firmware. Another part is that we shouldn't start a scan if the channel is selected by the user, otherwise we override the chosen channel. The remaining part is bringing the device down properly. If it's not disabled properly, we cannot bring it up again. ok stsp@