mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 20:11:06 +02:00
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
This commit is contained in:
parent
2cc1659bc9
commit
bd0fc4fa6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user