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 行删除

查看文件

@@ -628,6 +628,8 @@ dp_hw_cookie_conversion_attach(struct dp_soc_be *be_soc,
enum dp_desc_type desc_type,
uint8_t desc_pool_id);
void dp_reo_shared_qaddr_detach(struct dp_soc *soc);
QDF_STATUS
dp_hw_cookie_conversion_detach(struct dp_soc_be *be_soc,
struct dp_hw_cookie_conversion_t *cc_ctx);