]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath12k: Fix the enabling of REO queue lookup table feature
authorSriram R <quic_srirrama@quicinc.com>
Wed, 2 Apr 2025 15:25:27 +0000 (20:55 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 3 Apr 2025 18:50:06 +0000 (11:50 -0700)
commit0bbcd42b15fa730f393a01bc818802d9f0b04197
treec5a4ddb6489beeba88ed247e32c823d491debef1
parent31e98e277ae47f56632e4d663b1d4fd12ba33ea8
wifi: ath12k: Fix the enabling of REO queue lookup table feature

Instead of storing the REO queue address inside peer entries, REO
hardware module prefers them to be stored in SRAM which could be
directly accessed by REO using peer_ID/TID based lookup table
mechanism.

Fix the enabling of the REO queue lookup table(LUT) feature by
configuring the LUT address information in the REO hardware register
and setting the host service flags.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1

Signed-off-by: Sriram R <quic_srirrama@quicinc.com>
Signed-off-by: Nithyanantham Paramasivam <quic_nithp@quicinc.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250402152529.1649402-2-quic_nithp@quicinc.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/dp.c
drivers/net/wireless/ath/ath12k/dp.h
drivers/net/wireless/ath/ath12k/dp_rx.c
drivers/net/wireless/ath/ath12k/hal.h
drivers/net/wireless/ath/ath12k/hw.c
drivers/net/wireless/ath/ath12k/hw.h
drivers/net/wireless/ath/ath12k/wmi.c
drivers/net/wireless/ath/ath12k/wmi.h