Do not count requeued packets as discarded.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3217 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2008-01-19 00:56:25 +00:00
parent f5245bf3d0
commit 583f54226e
1 changed files with 0 additions and 1 deletions

View File

@ -3105,7 +3105,6 @@ ath_hardstart(struct sk_buff *skb, struct net_device *dev)
txq = sc->sc_ac2q[skb->priority];
if (txq->axq_depth > TAIL_DROP_COUNT) {
sc->sc_stats.ast_tx_discard++;
requeue = 1;
goto hardstart_fail;
}