Re: [PATCH v3] ath9k: use hw_random API instead of directly dumping into random.c
From: Rui Salvaterra <hidden>
Date: 2022-02-16 13:27:58
Also in:
linux-crypto, linux-wireless, lkml
From: Rui Salvaterra <hidden>
Date: 2022-02-16 13:27:58
Also in:
linux-crypto, linux-wireless, lkml
Hi again, Jason, On Wed, 16 Feb 2022 at 11:33, Jason A. Donenfeld [off-list ref] wrote: [snipped]
Changes v2->v3: - Use msleep_interruptable like other hwrng drivers. - Give up after 110 tries. - Return -EIO after giving up like other hwrng drivers. - Use for loop for style nits. - Append serial number for driver in case of multiple cards.
[snipped] Everything working as expected here, so this patch (v3) is also Tested-by: Rui Salvaterra <redacted> Thanks, Rui