From 3f77bc62533c0b50da135e3f90ae6549b012d1ed Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 3 Dec 2021 12:20:02 -0800 Subject: [PATCH] uapi: update to if_ether.h Merged from 5.16-rc3 Signed-off-by: Stephen Hemminger --- include/uapi/linux/if_ether.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/if_ether.h b/include/uapi/linux/if_ether.h index 8d0f6826d..804f9b394 100644 --- a/include/uapi/linux/if_ether.h +++ b/include/uapi/linux/if_ether.h @@ -117,7 +117,7 @@ #define ETH_P_IFE 0xED3E /* ForCES inter-FE LFB type */ #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */ -#define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value +#define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is more than this value * then the frame is Ethernet II. Else it is 802.3 */ /* -- 2.47.2