Quellcode durchsuchen

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
Vivek vor 6 Jahren
Ursprung
Commit
fa47688f04
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      scheduler/inc/scheduler_core.h

+ 2 - 2
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