Skip to content

Commit

Permalink
Revert "wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_p…
Browse files Browse the repository at this point in the history
…rocess"

This reverts commit 0c10154 which is
commit 63fdc45 upstream as it was
backported incorrectly.

A subsequent commit will re-backport the original patch.

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alexander Tsoy authored and Greg Kroah-Hartman committed Apr 25, 2025
1 parent c103a75 commit 707d40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath12k/dp_mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,7 @@ int ath12k_dp_mon_rx_process_stats(struct ath12k *ar, int mac_id,
dest_idx = 0;
move_next:
ath12k_dp_mon_buf_replenish(ab, buf_ring, 1);
ath12k_hal_srng_dst_get_next_entry(ab, srng);
ath12k_hal_srng_src_get_next_entry(ab, srng);
num_buffs_reaped++;
}

Expand Down

0 comments on commit 707d40c

Please sign in to comment.