linux/if_ether.h: Add VLAN related macros
authorBin Meng <bmeng.cn@gmail.com>
Tue, 31 Jul 2018 09:55:23 +0000 (02:55 -0700)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 10 Oct 2018 17:28:53 +0000 (12:28 -0500)
commit883b5302fc71c97a838e7d4d5d45e85492f582ec
treed5c85f84c975ae35903dc0227e343a013ddfd958
parentdda5251037008b3563ab0aaf443eb7be3213887c
linux/if_ether.h: Add VLAN related macros

There are VLAN related macros defined in include/linux/if_vlan.h
in Linux kernel, as well as some kernel useful structures and inline
functions. Instead of a complete import from kernel, let's add these
VLAN macros to U-Boot's include/linux/if_ether.h.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/linux/if_ether.h