From 583f54226e4d6e6471663fd80bff935e99a035b8 Mon Sep 17 00:00:00 2001 From: mtaylor Date: Sat, 19 Jan 2008 00:56:25 +0000 Subject: [PATCH] Do not count requeued packets as discarded. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3217 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.35.1