bcm: add support for CAN FD frames

Update bcm.h following Linux mainline commit 6f3b911d5f29b98752

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
pull/15/head
Oliver Hartkopp 2016-10-10 14:19:42 +02:00
parent ea6219b0b4
commit 73ae306a11
1 changed files with 1 additions and 0 deletions

View File

@ -99,5 +99,6 @@ enum {
#define RX_ANNOUNCE_RESUME 0x0100 #define RX_ANNOUNCE_RESUME 0x0100
#define TX_RESET_MULTI_IDX 0x0200 #define TX_RESET_MULTI_IDX 0x0200
#define RX_RTR_FRAME 0x0400 #define RX_RTR_FRAME 0x0400
#define CAN_FD_FRAME 0x0800
#endif /* CAN_BCM_H */ #endif /* CAN_BCM_H */