qcacmn: Free the raw mode mpdus in REO error ring

Raw mode mpdus in REO end up resulting in NULL_QUEUE_DESCRIPTOR error.
Raw mode mpdus are not expected in REO, free them without further
processing.

Change-Id: Ica920caecf90a1107ce17836051e1019c9dfc994
CRs-Fixed: 3282836
This commit is contained in:
Prakash Manjunathappa
2022-09-08 23:55:11 -07:00
committed by Madan Koyyalamudi
parent 499b2deb3b
commit 60c0c089cd
6 changed files with 52 additions and 8 deletions

View File

@@ -2650,6 +2650,7 @@ struct cdp_soc_stats {
uint32_t rx_hw_err_msdu_buf_rcved;
uint32_t rx_hw_err_msdu_buf_invalid_cookie;
uint32_t rx_hw_err_oor_drop;
uint32_t rx_hw_err_raw_mpdu_drop;
uint32_t rx_hw_err_oor_to_stack;
uint32_t rx_hw_err_oor_sg_count;
uint32_t msdu_count_mismatch;