From ae8ebcb9792d9ee69eff4ab5bb1ebffa90bccd65 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 13 Nov 2006 18:52:03 +0000
Subject: massively decrease the wlcompat entropy polling frequency - hurts
 performance and we really don't need that much entropy

SVN-Revision: 5522
---
 package/wlcompat/src/wlcompat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/wlcompat/src')

diff --git a/package/wlcompat/src/wlcompat.c b/package/wlcompat/src/wlcompat.c
index d69ad67..625da6a 100644
--- a/package/wlcompat/src/wlcompat.c
+++ b/package/wlcompat/src/wlcompat.c
@@ -48,7 +48,7 @@ const long channel_frequency[] = {
 };
 #define NUM_CHANNELS ( sizeof(channel_frequency) / sizeof(channel_frequency[0]) )
 
-#define RNG_POLL_FREQ	20
+#define RNG_POLL_FREQ	2
 
 typedef struct internal_wsec_key {
 	uint8 index;		// 0x00
-- 
cgit v1.1