qcacmn: Deliver EAP frames to stack from REO exception path
Revert "qcacmn: drop duplicated EAP frames from REO exception path", allow all EAP frame delivering to stack including retried ones. Change-Id: I73733841c1feb21d5b5fd160856a8fe9c21168fc CRs-Fixed: 2959701
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
78124d2ec7
کامیت
12a999bc58
@@ -6024,8 +6024,6 @@ void dp_txrx_path_stats(struct dp_soc *soc)
|
||||
pdev->soc->stats.rx.err.reo_err_oor_to_stack);
|
||||
DP_PRINT_STATS("REO err oor msdu drop: %u",
|
||||
pdev->soc->stats.rx.err.reo_err_oor_drop);
|
||||
DP_PRINT_STATS("REO err oor eapol drop: %u",
|
||||
pdev->soc->stats.rx.err.reo_err_oor_eapol_drop);
|
||||
DP_PRINT_STATS("Rx err msdu rejected: %d",
|
||||
soc->stats.rx.err.rejected);
|
||||
DP_PRINT_STATS("Rx raw frame dropped: %d",
|
||||
@@ -6617,9 +6615,6 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
|
||||
DP_PRINT_STATS("REO err oor msdu drop: %d",
|
||||
soc->stats.rx.err.reo_err_oor_drop);
|
||||
|
||||
DP_PRINT_STATS("REO err oor eapol drop: %d",
|
||||
soc->stats.rx.err.reo_err_oor_eapol_drop);
|
||||
|
||||
DP_PRINT_STATS("Rx err msdu rejected: %d",
|
||||
soc->stats.rx.err.rejected);
|
||||
|
||||
|
مرجع در شماره جدید
Block a user