Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
count frag tx failures as an ifnet error
  • Loading branch information
sleffler committed Jun 2, 2009
1 parent 9249bc1 commit fd8abec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/ath/if_ath.c
Expand Up @@ -1820,6 +1820,7 @@ ath_start(struct ifnet *ifp)
DPRINTF(sc, ATH_DEBUG_XMIT,
"%s: out of txfrag buffers\n", __func__);
sc->sc_stats.ast_tx_nofrag++;
ifp->if_oerrors++;
ath_freetx(m);
goto bad;
}
Expand Down

0 comments on commit fd8abec

Please sign in to comment.