Dmitry Antipov <dmantipov@xxxxxxxxx> writes: > In 'ath_cmn_process_fft()', it doesn't make too much sense to > add zero bytes in attempt to improve randomness. So swap calls > to 'memset()' and 'add_device_randomness()' to feed the pool > with actual FFT results rather than zeroes. Compile tested only. > > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> This should probably have a Fixes tag: Fixes: 2aa56cca3571 ("ath9k: Mix the received FFT bins to the random pool") With that: Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxx>