diff options
Diffstat (limited to 'net/sched/sch_tbf.c')
-rw-r--r-- | net/sched/sch_tbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_tbf.c b/net/sched/sch_tbf.c index 475edfb69c22..86c016696977 100644 --- a/net/sched/sch_tbf.c +++ b/net/sched/sch_tbf.c | |||
@@ -185,7 +185,7 @@ static struct sk_buff *tbf_dequeue(struct Qdisc *sch) | |||
185 | q->tokens = toks; | 185 | q->tokens = toks; |
186 | q->ptokens = ptoks; | 186 | q->ptokens = ptoks; |
187 | sch->q.qlen--; | 187 | sch->q.qlen--; |
188 | sch->flags &= ~TCQ_F_THROTTLED; | 188 | qdisc_unthrottled(sch); |
189 | return skb; | 189 | return skb; |
190 | } | 190 | } |
191 | 191 | ||