From ca062b4d291f434f4eef02df59691d3dd50db5aa Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 27 Oct 2023 14:10:46 -0600 Subject: [PATCH] mwl: Remove stale reference to splnet/splvm. Sponsored by: Netflix --- sys/dev/mwl/if_mwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index 2bffff0bf8b..95655aa33e2 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -2529,7 +2529,6 @@ mwl_ext_free(struct mbuf *m) /* * If we were previously blocked by a lack of rx dma buffers * check if we now have enough to restart rx interrupt handling. - * NB: we know we are called at splvm which is above splnet. */ if (sc->sc_rxblocked && sc->sc_nrxfree > mwl_rxdmalow) { sc->sc_rxblocked = 0;