mac80211: enable ATH9K_HWRNG
in kernel 5.17, fcd09c90c3c5254b18ef34e30c57c65d34290a84 integrated it better with thee random framework. Gives boot time randomness on supported devices. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
44c24b3ac5
commit
d650ca9247
1 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ define KernelPackage/ath9k/config
|
||||||
bool "Add wireless noise as source of randomness to kernel entropy pool"
|
bool "Add wireless noise as source of randomness to kernel entropy pool"
|
||||||
depends on PACKAGE_kmod-ath9k
|
depends on PACKAGE_kmod-ath9k
|
||||||
select PACKAGE_kmod-random-core
|
select PACKAGE_kmod-random-core
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config ATH9K_SUPPORT_PCOEM
|
config ATH9K_SUPPORT_PCOEM
|
||||||
bool "Support chips used in PC OEM cards"
|
bool "Support chips used in PC OEM cards"
|
||||||
|
|
Loading…
Reference in a new issue