diff options
-rw-r--r-- | sys/dev/ste/if_ste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ste/if_ste.c b/sys/dev/ste/if_ste.c index 91f25b8..fde98fd 100644 --- a/sys/dev/ste/if_ste.c +++ b/sys/dev/ste/if_ste.c @@ -798,7 +798,7 @@ ste_rxeof(struct ste_softc *sc, int count) * can do in this situation. */ if (ste_newbuf(sc, cur_rx) != 0) { - ifp->if_ierrors++; + ifp->if_iqdrops++; cur_rx->ste_ptr->ste_status = 0; continue; } |