qcacmn: WBM msdu continuation for SG in QCN9000

In QCN9000, wbm release ring has msdu continuation bit
support for invld peer MPDUs. Host needs to form SG
buffer for packets with msdu continuation bit set

Change-Id: Ica03c78068d32d2c8dc609b9a50298b91dd48c0a
这个提交包含在:
Mainak Sen
2020-03-06 19:16:27 +05:30
提交者 nshrivas
父节点 28216f27e4
当前提交 aceafadc2e
修改 8 个文件,包含 152 行新增10 行删除

查看文件

@@ -590,6 +590,7 @@ struct hal_hw_txrx_ops {
uint8_t (*hal_rx_mpdu_start_tlv_tag_valid)(void *rx_tlv_hdr);
void (*hal_rx_sw_mon_desc_info_get)(hal_ring_desc_t rxdma_dst_ring_desc,
hal_rx_mon_desc_info_t mon_desc_info);
uint8_t (*hal_rx_wbm_err_msdu_continuation_get)(void *ring_desc);
};
/**