]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
canfd: add new data structures and constants
authorOliver Hartkopp <socketcan@hartkopp.net>
Wed, 13 Jun 2012 18:04:33 +0000 (20:04 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 19 Jun 2012 19:39:50 +0000 (21:39 +0200)
commit7c9416365c60f150ef8961a2855fafbc7394ad6b
tree56af7e0eb5ad94c6da14ff7dde79935eb58628a5
parent5b92da0443c2585e31b64e86c2e1b8e22845d4bb
canfd: add new data structures and constants

- add new struct canfd_frame
- check identical element offsets in struct can_frame and struct canfd_frame
- new ETH_P_CANFD definition to tag CAN FD skbs correctly
- add CAN_MTU and CANFD_MTU definitions for easy frame and mode detection
- add CAN[FD]_MAX_[DLC|DLEN] helper constants to remove hard coded values
- update existing struct can_frame with helper constants and comments

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
include/linux/can.h
include/linux/if_ether.h
net/can/af_can.c