From: Amitkumar Karwar Date: Mon, 5 Aug 2013 22:06:06 +0000 (-0700) Subject: iw: correction in coalesce condition display message X-Git-Tag: v3.11~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f7bb083da85b6c20abc577cfcd99eacf390b853;p=thirdparty%2Fiw.git iw: correction in coalesce condition display message NL80211_COALESCE_CONDITION_MATCH is 0 and NL80211_COALESCE_CONDITION_NO_MATCH is 1. Hence this change is required Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao --- diff --git a/coalesce.c b/coalesce.c index 22d1534..0239915 100644 --- a/coalesce.c +++ b/coalesce.c @@ -175,7 +175,7 @@ COMMAND(coalesce, enable, "", " patterns=<[offset1+],<[offset2+],...>\n" " ...\n" "delay: maximum coalescing delay in msec.\n" - "condition: 0/1 i.e. 'not match'/'match' the patterns\n" + "condition: 1/0 i.e. 'not match'/'match' the patterns\n" "patterns: each pattern is given as a bytestring with '-' in\n" "places where any byte may be present, e.g. 00:11:22:-:44 will\n" "match 00:11:22:33:44 and 00:11:22:33:ff:44 etc. Offset and\n" @@ -224,9 +224,9 @@ static int print_coalesce_handler(struct nl_msg *msg, void *arg) printf("Rule - max coalescing delay: %dmsec condition:", delay); if (condition) - printf("match\n"); - else printf("not match\n"); + else + printf("match\n"); if (ruleattr[NL80211_ATTR_COALESCE_RULE_PKT_PATTERN]) { nla_for_each_nested(pattern,