From: Yang Yingliang Date: Fri, 9 May 2014 08:49:05 +0000 (+0800) Subject: sch_hhf: fix comparison of qlen and limit X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ce49e7375ff5b9b133c474875dfbd97ef00ef7;p=pandora-kernel.git sch_hhf: fix comparison of qlen and limit When I use the following command, eth0 cannot send any packets. #tc qdisc add dev eth0 root handle 1: hhf limit 1 Because qlen need be smaller than limit, all packets were dropped. Fix this by qlen *<=* limit. Signed-off-by: Yang Yingliang Signed-off-by: David S. Miller --- Reading git-diff-tree failed