mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
massively decrease the wlcompat entropy polling frequency - hurts performance and we really don't need that much entropy
SVN-Revision: 5522
This commit is contained in:
parent
ff7e84d401
commit
ae8ebcb979
@ -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…
Reference in New Issue
Block a user