qcacmn: Do not intrabss forward EAPOL frames
Do not forward EAPOL frames that have DA different from the SAP vdev mac addr. Change-Id: I23959e38b5cbd845d369bebd6913150eca4551bf CRs-Fixed: 2860248
This commit is contained in:

committed by
Madan Koyyalamudi

parent
7ea47e200a
commit
8c4c0044cb
@@ -5990,6 +5990,8 @@ void dp_txrx_path_stats(struct dp_soc *soc)
|
||||
pdev->stats.rx.intra_bss.fail.bytes);
|
||||
DP_PRINT_STATS("intra-bss no mdns fwds %u msdus",
|
||||
pdev->stats.rx.intra_bss.mdns_no_fwd);
|
||||
DP_PRINT_STATS("intra-bss EAPOL drops: %u",
|
||||
soc->stats.rx.err.intrabss_eapol_drop);
|
||||
|
||||
DP_PRINT_STATS("raw packets %u msdus ( %llu bytes),",
|
||||
pdev->stats.rx.raw.num,
|
||||
|
Reference in New Issue
Block a user