diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2014-02-28 10:36:23 -0500 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2014-03-07 03:18:22 -0500 |
commit | 9859ccd2c8be63ce939522e63e265f2b0caa1109 (patch) | |
tree | aae08f7351b66eb224ce7b48763569d6189e3c7b /include/uapi/linux/can | |
parent | 08da7da41ea490eab08ad9e2674e3b92d6aa2b07 (diff) |
can: introduce the data bitrate configuration for CAN FD
As CAN FD offers a second bitrate for the data section of the CAN frame the
infrastructure for storing and configuring this second bitrate is introduced.
Improved the readability of the if-statement by inserting some newlines.
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Acked-by: Stephane Grosjean <s.grosjean@peak-system.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'include/uapi/linux/can')
-rw-r--r-- | include/uapi/linux/can/netlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/can/netlink.h b/include/uapi/linux/can/netlink.h index df944ed206a8..b41933d6bdcd 100644 --- a/include/uapi/linux/can/netlink.h +++ b/include/uapi/linux/can/netlink.h | |||
@@ -122,6 +122,8 @@ enum { | |||
122 | IFLA_CAN_RESTART_MS, | 122 | IFLA_CAN_RESTART_MS, |
123 | IFLA_CAN_RESTART, | 123 | IFLA_CAN_RESTART, |
124 | IFLA_CAN_BERR_COUNTER, | 124 | IFLA_CAN_BERR_COUNTER, |
125 | IFLA_CAN_DATA_BITTIMING, | ||
126 | IFLA_CAN_DATA_BITTIMING_CONST, | ||
125 | __IFLA_CAN_MAX | 127 | __IFLA_CAN_MAX |
126 | }; | 128 | }; |
127 | 129 | ||