CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/01/11 12:33:34
Modified files: sys/dev/ic : bwfm.c bwfmreg.h Log message: Extract the control channel number from the chanspec information and apply the channel to the node, like iwm(4) does, when supplying the scan response to the net80211 stack. Our stack uses this information for node selection so it's elementary for it to be correct. Tested by jcs@