Re: [PATCH v2] net: add ETH_P_802_3_MIN
From: David Miller <hidden>
Date: 2013-03-28 05:21:11
Also in:
bridge, linux-bluetooth, linux-media, linux-wireless, netfilter-devel
From: David Miller <hidden>
Date: 2013-03-28 05:21:11
Also in:
bridge, linux-bluetooth, linux-media, linux-wireless, netfilter-devel
From: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org> Date: Thu, 28 Mar 2013 13:38:25 +0900
Add a new constant ETH_P_802_3_MIN, the minimum ethernet type for an 802.3 frame. Frames with a lower value in the ethernet type field are Ethernet II. Also update all the users of this value that David Miller and I could find to use the new constant. Also correct a bug in util.c. The comparison with ETH_P_802_3_MIN should be >= not >. As suggested by Jesse Gross. Compile tested only. Acked-by: Mauro Carvalho Chehab <redacted> Acked-by: Stefan Richter <stefanr-MtYdepGKPcBMYopoZt5u/LNAH6kLmebB@public.gmane.org> Signed-off-by: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
Looks great, applied, thanks Simon.