On Fri, 19 Jun 2015 10:34:50 -0700 Cyril Chemparathy <cchemparathy at ezchip.com> wrote:
> + static struct ether_addr src_mac =
> + { { 0x00, 0xFF, 0xAA, 0xFF, 0xAA, 0xFF } };
> + static struct ether_addr dst_mac =
> + { { 0x00, 0xAA, 0xFF, 0xAA, 0xFF, 0xAA } };
>
Should have been const (in original code).

