Revert "wifi: ath11k: fix array out-of-bound access in SoC stats"
This reverts commit dab9dcbe29
.
This commit is contained in:
parent
5fc17c55e9
commit
892d56770b
1 changed files with 1 additions and 1 deletions
|
@ -2621,7 +2621,7 @@ try_again:
|
||||||
if (push_reason !=
|
if (push_reason !=
|
||||||
HAL_REO_DEST_RING_PUSH_REASON_ROUTING_INSTRUCTION) {
|
HAL_REO_DEST_RING_PUSH_REASON_ROUTING_INSTRUCTION) {
|
||||||
dev_kfree_skb_any(msdu);
|
dev_kfree_skb_any(msdu);
|
||||||
ab->soc_stats.hal_reo_error[ring_id]++;
|
ab->soc_stats.hal_reo_error[dp->reo_dst_ring[ring_id].ring_id]++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue