> +static u8 *set_tkip_iv(u8 *pos, u32 iv32) > +{ > + *((u32 *)pos) = cpu_to_le32(iv32); I can see alignment problems here as well. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part
> +static u8 *set_tkip_iv(u8 *pos, u32 iv32) > +{ > + *((u32 *)pos) = cpu_to_le32(iv32); I can see alignment problems here as well. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part