Jelajahi Sumber

qcacld-3.0: Set color collision detection period to 120 sec

Set the color collision detection period to 120 sec for
STA and SAP.

Change-Id: If34246b8b2899ae6f9daadcda6639a14d7bcf1c7
CRs-Fixed: 2507044
Kiran Kumar Lokere 5 tahun lalu
induk
melakukan
389c1f8bd0
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      core/mac/src/pe/include/lim_session.h

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

@@ -86,8 +86,8 @@ struct reassoc_params {
 #define MAX_BSS_COLOR_VALUE 63
 #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 60000
+#define OBSS_COLOR_COLLISION_DETECTION_STA_PERIOD_MS 120000
+#define OBSS_COLOR_COLLISION_DETECTION_AP_PERIOD_MS 120000
 #define OBSS_COLOR_COLLISION_SCAN_PERIOD_MS 200
 #define OBSS_COLOR_COLLISION_FREE_SLOT_EXPIRY_MS 50000
 struct bss_color_info {