[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E9C4D29.7010302@hartkopp.net>
Date: Mon, 17 Oct 2011 17:43:37 +0200
From: Oliver Hartkopp <socketcan@...tkopp.net>
To: Stephen Hemminger <shemminger@...tta.com>
CC: Wolfgang Grandegger <wg@...ndegger.com>,
Linux Netdev List <netdev@...r.kernel.org>,
linux-can@...r.kernel.org
Subject: [PATCH] iproute2: update CAN bitrate SJW help text
The ip-tool from iproute2 already supports to pass a user defined SJW
value for the in-kernel bittiming calculation. This patch updates the
help text accordingly.
Signed-off-by: Oliver Hartkopp <socketcan@...tkopp.net>
---
diff --git a/ip/iplink_can.c b/ip/iplink_can.c
index c8af4bc..00e7d98 100644
--- a/ip/iplink_can.c
+++ b/ip/iplink_can.c
@@ -23,7 +23,8 @@ static void usage(void)
{
fprintf(stderr,
"Usage: ip link set DEVICE type can\n"
- "\t[ bitrate BITRATE [ sample-point SAMPLE-POINT] ] | \n"
+ "\t[ bitrate BITRATE [ sample-point SAMPLE-POINT ] [ sjw SJW "
+ "] ] | \n"
"\t[ tq TQ prop-seg PROP_SEG phase-seg1 PHASE-SEG1\n "
"\t phase-seg2 PHASE-SEG2 [ sjw SJW ] ]\n"
"\n"
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists