Explorar o código

qcacld-3.0: Update bss color collision detection scan interval

Change the OBSS color collision detection scan interval to 60 sec.

Change-Id: Id3d41454a8822953278bbf5fa267fdd5860fe227
CRs-Fixed: 2490354
Kiran Kumar Lokere %!s(int64=5) %!d(string=hai) anos
pai
achega
f158ca5e38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/mac/src/pe/include/lim_session.h

+ 1 - 1
core/mac/src/pe/include/lim_session.h

@@ -87,7 +87,7 @@ struct reassoc_params {
 #define TIME_BEACON_NOT_UPDATED 30000
 #define BSS_COLOR_SWITCH_COUNTDOWN 5
 #define OBSS_COLOR_COLLISION_DETECTION_STA_PERIOD_MS 10000
-#define OBSS_COLOR_COLLISION_DETECTION_AP_PERIOD_MS 5000
+#define OBSS_COLOR_COLLISION_DETECTION_AP_PERIOD_MS 60000
 #define OBSS_COLOR_COLLISION_SCAN_PERIOD_MS 200
 #define OBSS_COLOR_COLLISION_FREE_SLOT_EXPIRY_MS 50000
 struct bss_color_info {