diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2014-05-09 16:49:05 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-12 14:55:21 -0400 |
commit | b2ce49e7375ff5b9b133c474875dfbd97ef00ef7 (patch) | |
tree | e1c5b1a6c071392ac646e74b5c29bb30f649628c /drivers/net/wireless/hostap/hostap_main.c | |
parent | f06c7f9f92295faf701a9628b383156c4efb6119 (diff) |
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 <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_main.c')
0 files changed, 0 insertions, 0 deletions