qcacmn: Add Support of Rx Err MLO Link Stats for ML Peer

Add Support to update Rx Error path, MLO Link stats
for ML Peer

Change-Id: Ie5000d0d30a41fa69c86259bae0fd7a8094bddf7
CRs-Fixed: 3397721
此提交包含在:
Kenvish Butani
2023-01-11 15:36:47 +05:30
提交者 Madan Koyyalamudi
父節點 4ae60e4df1
當前提交 3243b9e4f4
共有 8 個檔案被更改,包括 102 行新增50 行删除

查看文件

@@ -316,6 +316,7 @@ dp_rx_wbm_err_reap_desc_li(struct dp_intr *int_ctx, struct dp_soc *soc,
* @pool_id: mac id
* @txrx_peer: txrx peer handle
* @is_reo_exception: flag to check if the error is from REO or WBM
* @link_id: link Id on which packet is received
*
* This function handles NULL queue descriptor violations arising out
* a missing REO queue for a given peer or a given TID. This typically
@@ -332,5 +333,6 @@ QDF_STATUS
dp_rx_null_q_desc_handle_li(struct dp_soc *soc, qdf_nbuf_t nbuf,
uint8_t *rx_tlv_hdr, uint8_t pool_id,
struct dp_txrx_peer *txrx_peer,
bool is_reo_exception);
bool is_reo_exception,
uint8_t link_id);
#endif