Skip to content

Commit 707d40c

Browse files
puleglotgregkh
authored andcommitted
Revert "wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process"
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>
1 parent c103a75 commit 707d40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/wireless/ath/ath12k/dp_mon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ int ath12k_dp_mon_rx_process_stats(struct ath12k *ar, int mac_id,
24732473
dest_idx = 0;
24742474
move_next:
24752475
ath12k_dp_mon_buf_replenish(ab, buf_ring, 1);
2476-
ath12k_hal_srng_dst_get_next_entry(ab, srng);
2476+
ath12k_hal_srng_src_get_next_entry(ab, srng);
24772477
num_buffs_reaped++;
24782478
}
24792479

0 commit comments

Comments
 (0)