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
此提交包含在:
@@ -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
|
||||
|
新增問題並參考
封鎖使用者