Juuso Oikarinen <juuso.oikarinen@xxxxxxxxx> writes: > Instead of managing the TX security sequence number as two variables, use > one 64 bit variable. This greatly simplifies the handling of the number. [...] > - u16 tx_security_seq_16; > - u32 tx_security_seq_32; > + s64 tx_security_seq; I'm curious, why s64 and not u64? I'm sure there's a good reason, I just wasn't able figure it out. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html