qcacmn: change RxDMA rings to DMAC mode for QCN9224

For Waikiki use same SW2RxDMA ring for both radios

Change-Id: I33ab1749afada08e97d0b16fe68773c2d5532a15
此提交包含在:
Chaithanya Garrepalli
2021-10-04 23:46:39 +05:30
提交者 Madan Koyyalamudi
父節點 60db195327
當前提交 b733f89803
共有 4 個檔案被更改,包括 121 行新增25 行删除

查看文件

@@ -2961,4 +2961,12 @@ hal_cmem_write(hal_soc_handle_t hal_soc_hdl, uint32_t offset,
return;
}
static inline bool
hal_dmac_cmn_src_rxbuf_ring_get(hal_soc_handle_t hal_soc_hdl)
{
struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl;
return hal_soc->dmac_cmn_src_rxbuf_ring;
}
#endif /* _HAL_APIH_ */