Disable monitor status ring support in qwx(4).
authorstsp <stsp@openbsd.org>
Thu, 25 Jan 2024 10:03:20 +0000 (10:03 +0000)
committerstsp <stsp@openbsd.org>
Thu, 25 Jan 2024 10:03:20 +0000 (10:03 +0000)
commit157d841891b87f12e067edc996009e9c60275576
treec947974b4627a9ce096ae37ba2a58acb994005db
parent4b4c1963b434494cedce46f566fd4ad4a2a448df
Disable monitor status ring support in qwx(4).

The ring isn't needed to scan for APs. This ring's ext interrupt fires
continously and we somehow end up with mbuf corruption which looks
like an mcl2k cluster overwrite (this bug is present even before the
changes added in my previous commit). Disable this code path for now
to work around the corruption, allowing work on this driver to proceed.
sys/dev/ic/qwx.c