projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0628467
)
ath9k: disable RNG by default
author
Miaoqing Pan
<
[email protected]
>
Tue, 9 Aug 2016 07:02:27 +0000
(15:02 +0800)
committer
Kalle Valo
<
[email protected]
>
Wed, 28 Sep 2016 09:59:49 +0000
(12:59 +0300)
ath9k RNG will dominates all the noise sources from the real HW
RNG, disable it by default. But we strongly recommand to enable
it if the system without HW RNG, especially on embedded systems.
Signed-off-by: Miaoqing Pan <
[email protected]
>
Acked-by: Stephan Mueller <
[email protected]
>
Acked-by: Stephan Mueller <
[email protected]
>
Reviewed-by: Jason Cooper <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
drivers/net/wireless/ath/ath9k/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/Kconfig
b/drivers/net/wireless/ath/ath9k/Kconfig
index f68cb00450e0c5b37d315fdd6bafabd79fb3b917..8f231c67dd516e3620e8b0b53203b736d8ee6521 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/Kconfig
+++ b/
drivers/net/wireless/ath/ath9k/Kconfig
@@
-180,7
+180,7
@@
config ATH9K_HTC_DEBUGFS
config ATH9K_HWRNG
bool "Random number generator support"
depends on ATH9K && (HW_RANDOM = y || HW_RANDOM = ATH9K)
- default
y
+ default
n
---help---
This option incorporates the ADC register output as a source of
randomness into Linux entropy pool (/dev/urandom and /dev/random)