CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/07/24 07:24:59
Modified files: sys/dev/ic : qwx.c qwxvar.h Log message: store qwx ath11k peer structures on a dedicated list rather than in nodes This is a prequisite for roaming, because ic_bss will be overwritten with our next AP's information when we are going to roam. Tearing down the old connection in firmware requires information about our previous AP, which now remains available in the peer data structure. ok phessler@