qcacmn: Add AC based ATF Scheduler support

Add/Modify functions to support AC based ATF support.
Modify Function pointer declarations and assignments to
comply with the new design.

Change-Id: I17046c4461dc4ba413fd71a4437c0f7cb8997400
CRs-Fixed: 2293193
This commit is contained in:
Jeffin Mammen
2018-08-13 09:53:57 +05:30
committed by Nitesh Shrivastav
parent 110deeba30
commit b080fd172d

View File

@@ -98,7 +98,7 @@
(WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES/32)
#define LTEU_MAX_BINS 10
#define ATF_ACTIVED_MAX_CLIENTS 50
#define ATF_ACTIVED_MAX_ATFGROUPS 8
#define ATF_ACTIVED_MAX_ATFGROUPS 16
#define CTL_5G_SIZE 1536
#define CTL_2G_SIZE 684
#define MAX_CTL_SIZE (CTL_5G_SIZE > CTL_2G_SIZE ? CTL_5G_SIZE : CTL_2G_SIZE)