mirror of https://github.com/proski/madwifi
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:
parent
f5245bf3d0
commit
583f54226e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue