> + /* Should be aligned on 2 bytes for compare_ether_addr() */ > + u16 src_aligned[ETH_ALEN >> 1]; > + u8 *src = (u8 *)src_aligned; why not use aligned attribute here as well? > - static const u8 pae_group_addr[ETH_ALEN] > + static const u8 pae_group_addr[ETH_ALEN] __attribute__ ((aligned(2))) I think we should use __aligned(2) johannes
Attachment:
signature.asc
Description: This is a digitally signed message part