qcacmn: export CMEM FST firmware capability to DP
Firmware advertizes its support to place FST in CMEM, export this capability to DP. Change-Id: I265246bcfd38a36e34c4ede66e117a92bb185032 CRs-Fixed: 2772238
This commit is contained in:

committed by
snandini

parent
9c25cded62
commit
b36165ae23
@@ -10338,6 +10338,10 @@ static QDF_STATUS dp_soc_set_param(struct cdp_soc_t *soc_hdl,
|
||||
dp_info("num_msdu exception_desc %u",
|
||||
value);
|
||||
break;
|
||||
case DP_SOC_PARAM_CMEM_FSE_SUPPORT:
|
||||
soc->fst_in_cmem = !!value;
|
||||
dp_info("FW supports CMEM FSE %u", value);
|
||||
break;
|
||||
default:
|
||||
dp_info("not handled param %d ", param);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user