diff options
| -rw-r--r-- | net/sched/sch_hhf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_hhf.c b/net/sched/sch_hhf.c index 6e957c3b9854..6aab8619bbb0 100644 --- a/net/sched/sch_hhf.c +++ b/net/sched/sch_hhf.c | |||
| @@ -414,7 +414,7 @@ static int hhf_enqueue(struct sk_buff *skb, struct Qdisc *sch) | |||
| 414 | } | 414 | } |
| 415 | bucket->deficit = weight * q->quantum; | 415 | bucket->deficit = weight * q->quantum; |
| 416 | } | 416 | } |
| 417 | if (++sch->q.qlen < sch->limit) | 417 | if (++sch->q.qlen <= sch->limit) |
| 418 | return NET_XMIT_SUCCESS; | 418 | return NET_XMIT_SUCCESS; |
| 419 | 419 | ||
| 420 | q->drop_overlimit++; | 420 | q->drop_overlimit++; |
