CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/07/18 03:28:21
Modified files:
sys/dev/ic : qwx.c qwxvar.h
Log message:
replace qwx virtual interface list with a single interface structure
Fixes use of stale pointers on the vif list which caused crashes.
We do not support multiple interfaces per driver in our net80211 stack,
so this list inherited from Linux was pointless for us anyway.
Tested by ajacoutot, phessler, kettenis, gnezdo, krw, and myself.
ok phessler@ kettenis@ gnezdo@