Jelajahi Sumber

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 5 tahun lalu
induk
melakukan
f158ca5e38
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {