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
This commit is contained in:
Kiran Kumar Lokere
2019-07-18 18:38:53 -07:00
committed by nshrivas
parent 710af350e5
commit f158ca5e38

View File

@@ -87,7 +87,7 @@ struct reassoc_params {
#define TIME_BEACON_NOT_UPDATED 30000 #define TIME_BEACON_NOT_UPDATED 30000
#define BSS_COLOR_SWITCH_COUNTDOWN 5 #define BSS_COLOR_SWITCH_COUNTDOWN 5
#define OBSS_COLOR_COLLISION_DETECTION_STA_PERIOD_MS 10000 #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_SCAN_PERIOD_MS 200
#define OBSS_COLOR_COLLISION_FREE_SLOT_EXPIRY_MS 50000 #define OBSS_COLOR_COLLISION_FREE_SLOT_EXPIRY_MS 50000
struct bss_color_info { struct bss_color_info {