소스 검색

qcacld-3.0: Increase scan ageing value for emulation

Increase the scan ageing timer value from 30 seconds
to 90 seconds for the configuration item
gScanAgingTime

Change-Id: Ic4f87c20601f753c71710d20ed98bdb774538f82
CRs-Fixed: 2072461
Varun Reddy Yeturu 7 년 전
부모
커밋
c4631fb7f1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      core/hdd/inc/wlan_hdd_cfg.h

+ 4 - 0
core/hdd/inc/wlan_hdd_cfg.h

@@ -657,7 +657,11 @@ enum hdd_dot11_mode {
 #define CFG_SCAN_AGING_PARAM_NAME          "gScanAgingTime"
 #define CFG_SCAN_AGING_PARAM_MIN           (0)
 #define CFG_SCAN_AGING_PARAM_MAX           (200)
+#ifdef QCA_WIFI_NAPIER_EMULATION
+#define CFG_SCAN_AGING_PARAM_DEFAULT       (90)
+#else
 #define CFG_SCAN_AGING_PARAM_DEFAULT       (30)
+#endif
 
 #ifdef FEATURE_WLAN_SCAN_PNO
 /*