From fa47688f04ef001a6dcafaebdcc3c031f15ee75e Mon Sep 17 00:00:00 2001 From: Vivek Date: Fri, 25 Jan 2019 14:14:06 +0530 Subject: [PATCH] qcacmn: Change max scheduler buffers for WIN Since the usage of the scheduler for WIN, is now not limited only to scan component alone and would be used by the new converged MLME also for few specific cases, we need to increase the size of max scheduler buffers to 4K. Change-Id: I11818c311b39c42ffda5a79eb7b7137dcb491649 CRs-Fixed: 2387644 --- scheduler/inc/scheduler_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scheduler/inc/scheduler_core.h b/scheduler/inc/scheduler_core.h index a312551a56..9084c932cb 100644 --- a/scheduler/inc/scheduler_core.h +++ b/scheduler/inc/scheduler_core.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -27,7 +27,7 @@ #ifdef CONFIG_MCL #define SCHEDULER_CORE_MAX_MESSAGES 1000 #else -#define SCHEDULER_CORE_MAX_MESSAGES 2000 +#define SCHEDULER_CORE_MAX_MESSAGES 4000 #define WLAN_SCHED_REDUCTION_LIMIT 32 #endif #define SCHEDULER_NUMBER_OF_MSG_QUEUE 6