qcacmn: Increase scan ageing init value for emulation
Increase the scan ageing timer value from 30 seconds to 90 seconds for the initializer SCAN_CACHE_AGING_TIME Change-Id: I0131ab601de9c86b89449bddd721ac857862a5b5 CRs-Fixed: 2072461
This commit is contained in:

committed by
snandini

parent
23473930ae
commit
3c38ca8bcf
@@ -96,7 +96,11 @@
|
|||||||
|
|
||||||
#define SCAN_TIMEOUT_GRACE_PERIOD 10
|
#define SCAN_TIMEOUT_GRACE_PERIOD 10
|
||||||
/* scan age time in millisec */
|
/* scan age time in millisec */
|
||||||
|
#ifdef QCA_WIFI_NAPIER_EMULATION
|
||||||
|
#define SCAN_CACHE_AGING_TIME (90 * 1000)
|
||||||
|
#else
|
||||||
#define SCAN_CACHE_AGING_TIME (30 * 1000)
|
#define SCAN_CACHE_AGING_TIME (30 * 1000)
|
||||||
|
#endif
|
||||||
#define SCAN_MAX_BSS_PDEV 100
|
#define SCAN_MAX_BSS_PDEV 100
|
||||||
#define SCAN_PRIORITY SCAN_PRIORITY_LOW
|
#define SCAN_PRIORITY SCAN_PRIORITY_LOW
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user