CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/07/24 07:41:12
Modified files: sys/net80211 : ieee80211_node.c sys/dev/ic : qwx.c Log message: Prevent qwx from generating an invalid firmware command when roaming. When roaming between 2GHz and 5GHz bands, ic_curmode may still be set to a mode based on the previous AP's channel. Avoid generating an invalid firwmare command in this case by setting the command's mode flags based on the target AP's channel characteristics instead of our currently configured media mode. Prevents a fatal firmware error while roaming between bands. ok phessler@