qcacmn: alloc reo qref table in dp_soc_attach

change allocation location for reo qref table.
per probe allocation results in mem alloc failure when
frame is fragmented

Change-Id: I5922bddebcd0577ba38734ae7d4194d726d825aa
CRs-Fixed: 3326520
此提交包含在:
Ruben Columbus
2023-01-20 00:04:41 -08:00
提交者 Madan Koyyalamudi
父節點 b4b8c2933f
當前提交 11742e7129
共有 10 個檔案被更改,包括 76 行新增54 行删除

查看文件

@@ -1271,6 +1271,7 @@ static void hal_reo_setup_5332(struct hal_soc *soc, void *reoparams,
* GLOBAL_LINK_DESC_COUNT_CTRL
*/
soc->reo_qref = *reo_params->reo_qref;
hal_reo_shared_qaddr_init((hal_soc_handle_t)soc, qref_reset);
}