mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
mwl: Remove stale reference to splnet/splvm.
Sponsored by: Netflix
This commit is contained in:
parent
538f8bdc8b
commit
ca062b4d29
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue