qcacmn: Add target ce configs based on pktlog feature for Adrastea
When pktlog feature is disabled then the target CE11 attributes should be set to CE_ATTR_DISABLE_INTR. Currently, the target ce configs are attached unconditionally. This leads to incorrect attribute set for CE11 in case when pktlog feature is disabled and thereby abortion of HWDTIM in target as target checks host_ie for CE11. Currently host_ie is not set for CE11, this results in aborting of suspend mode as target assumes that host is using CE11. To mitigate this issue, attach the target ce configs based on pktlog feature. When pktlog feature is disabled then set the host_ie for CE11 which will indicate to target that host is not using CE11 and target will not abort HWDTIM mode. Change-Id: I331d3bd8eda0c2aba9d86fb7601ac2b74c9e2c31 CRs-Fixed: 2459887
Loading
Please register or sign in to comment