qcacmn: WAR to avoid processing corrupted packet

In defrag path match addr1 with VAP mac address
and if there is mismatch do not process considering
it as corrupted packet

Change-Id: I003c07949e760ff4e64a7d22bfbefc25cc817ae2
CRs-Fixed: 3327977
This commit is contained in:
Chaithanya Garrepalli
2022-11-02 20:48:39 +05:30
committed by Madan Koyyalamudi
parent d7c7a5b0bb
commit 67fa8470e3
3 changed files with 77 additions and 0 deletions

View File

@@ -7988,6 +7988,8 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
DP_PRINT_STATS("Rx Flush count:%d", soc->stats.rx.err.rx_flush_count);
DP_PRINT_STATS("Rx invalid TID count:%d",
soc->stats.rx.err.rx_invalid_tid_err);
DP_PRINT_STATS("Rx Defrag Address1 Invalid:%d",
soc->stats.rx.err.defrag_ad1_invalid);
}
#ifdef FEATURE_TSO_STATS