Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
From: Marek Lindner <hidden>
Date: 2012-02-20 10:21:56
From: Marek Lindner <hidden>
Date: 2012-02-20 10:21:56
On Saturday, February 18, 2012 18:27:34 Antonio Quartulli wrote:
Instead of using sizeof(struct ethhdr) it is strongly recommended to use the kernel macro ETH_HLEN. This patch substitute each occurrence of the former expressione with the latter one.
Applied in revision 9a85aea. Thanks, Marek