From dc5622cb664cd6fb6f816e811a78d68f630ecdc3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 12 Dec 2016 15:05:59 -0800 Subject: [PATCH] update to 4.9 release headers Signed-off-by: Stephen Hemminger --- include/linux/can.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/can.h b/include/linux/can.h index 4af39b083..f7a810deb 100644 --- a/include/linux/can.h +++ b/include/linux/can.h @@ -196,5 +196,6 @@ struct can_filter { }; #define CAN_INV_FILTER 0x20000000U /* to be set in can_filter.can_id */ +#define CAN_RAW_FILTER_MAX 512 /* maximum number of can_filter set via setsockopt() */ #endif /* !_UAPI_CAN_H */ -- 2.47.2