On Mon, 2016-08-02 at 22:27:04 UTC, Luis Henriques wrote:
> Instead of defining a local version of struct ethhdr use the standard
> definition from <linux/if_ether.h>.
> 
> The fields in the <linux/if_ether.h> definition have different names:
>  - dest -> h_dest
>  - src -> h_source
>  - type -> h_proto
> 
> While there, use a few other standard functions/macros:
>  - eth_broadcast_addr (instead of a memset)
>  - ETH_ALEN
>  - ETH_P_8021Q
> 
> Signed-off-by: Luis Henriques <luis.henriq...@canonical.com>

Series applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/497abcf6afe2d85f047fbf1373

cheers
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to