From: mtaylor Date: Sat, 19 Jan 2008 00:56:25 +0000 (+0000) Subject: Do not count requeued packets as discarded. X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=583f54226e4d6e6471663fd80bff935e99a035b8;p=madwifi%2F.git Do not count requeued packets as discarded. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3217 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/ath/if_ath.c b/ath/if_ath.c index 280183c..f00dbaa 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -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; }