From cfca3b356a58d829c2f46e2a0ee86f681ced4518 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 20 Mar 2017 10:16:46 -0700 Subject: [PATCH] update headers from 4.11-rc3 Signed-off-by: Stephen Hemminger --- include/linux/packet_diag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/packet_diag.h b/include/linux/packet_diag.h index d08c63f3..0c5d5dd6 100644 --- a/include/linux/packet_diag.h +++ b/include/linux/packet_diag.h @@ -64,7 +64,7 @@ struct packet_diag_mclist { __u32 pdmc_count; __u16 pdmc_type; __u16 pdmc_alen; - __u8 pdmc_addr[MAX_ADDR_LEN]; + __u8 pdmc_addr[32]; /* MAX_ADDR_LEN */ }; struct packet_diag_ring {