diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-13 18:52:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-13 18:52:03 +0000 |
commit | bd0fc4fa6ee47128446588cb6736d12698eeb4ea (patch) | |
tree | b7dab7eaf527d267ae5a1477b000fe0c32771be7 /package/wlcompat/src/wlcompat.c | |
parent | 2cc1659bc9a88ab5e7463b8dfced1e36a47cbf52 (diff) |
massively decrease the wlcompat entropy polling frequency - hurts performance and we really don't need that much entropy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5522 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wlcompat/src/wlcompat.c')
-rw-r--r-- | package/wlcompat/src/wlcompat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wlcompat/src/wlcompat.c b/package/wlcompat/src/wlcompat.c index d69ad6753d..625da6a3a4 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 |