qcacmn: add INI to place FST in CMEM

In addition to firmware capability, add INI param to decide FST
placement in CMEM.

Change-Id: Icc5fdfa49e35665b59efce3fc1f1855d84c16140
CRs-Fixed: 2778898
This commit is contained in:
Manikanta Pubbisetty
2020-09-17 08:23:23 +05:30
committed by snandini
父節點 b36165ae23
當前提交 905d9e33fb
共有 4 個文件被更改,包括 22 次插入2 次删除

查看文件

@@ -10339,7 +10339,8 @@ static QDF_STATUS dp_soc_set_param(struct cdp_soc_t *soc_hdl,
value);
break;
case DP_SOC_PARAM_CMEM_FSE_SUPPORT:
soc->fst_in_cmem = !!value;
if (wlan_cfg_is_fst_in_cmem_enabled(soc->wlan_cfg_ctx))
soc->fst_in_cmem = !!value;
dp_info("FW supports CMEM FSE %u", value);
break;
default: