1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 08:18:04 +03:00
openwrt-xburst/target/linux/ixp4xx/patches-3.3/090-increase_entropy_pools.patch
kaloz cbab54a0a7 [ixp4xx]: use the mainline machname for the compex boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-05 11:38:23 +00:00

16 lines
321 B
Diff

--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -281,9 +281,9 @@
/*
* Configuration information
*/
-#define INPUT_POOL_WORDS 128
-#define OUTPUT_POOL_WORDS 32
-#define SEC_XFER_SIZE 512
+#define INPUT_POOL_WORDS 256
+#define OUTPUT_POOL_WORDS 64
+#define SEC_XFER_SIZE 1024
#define EXTRACT_SIZE 10
/*