Erik Stromdahl <erik.stromdahl@xxxxxxxxx> wrote: > Although the TID mask is 0xf, the modulus operation does still not > produce identical results as the bitwise and operator. If the TID is 15, the > modulus operation will "convert" it to 0, whereas the bitwise and will keep it > as 15. > > This was found during code review. > > Signed-off-by: Erik Stromdahl <erik.stromdahl@xxxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> Patch applied to ath-next branch of ath.git, thanks. d1a566bec588 ath10k: fix bug in masking of TID value -- https://patchwork.kernel.org/patch/10466271/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches