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:

committed by
Madan Koyyalamudi

parent
499b2deb3b
commit
60c0c089cd
@@ -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;
|
||||
|
Reference in New Issue
Block a user