From: Nithyanantham Paramasivam Date: Wed, 2 Apr 2025 15:25:29 +0000 (+0530) Subject: wifi: ath12k: Enable REO queue lookup table feature on QCN9274 X-Git-Tag: v6.16-rc1~132^2~157^2~16^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89ac53e96217;p=thirdparty%2Flinux.git wifi: ath12k: Enable REO queue lookup table feature on QCN9274 Enable the REO queue lookup table feature for QCN9274 by setting the reoq_lut_support flag. Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1 Signed-off-by: Nithyanantham Paramasivam Reviewed-by: Vasanthakumar Thiagarajan Link: https://patch.msgid.link/20250402152529.1649402-4-quic_nithp@quicinc.com Signed-off-by: Jeff Johnson --- diff --git a/drivers/net/wireless/ath/ath12k/hw.c b/drivers/net/wireless/ath/ath12k/hw.c index c349911c47db2..e3249719ca530 100644 --- a/drivers/net/wireless/ath/ath12k/hw.c +++ b/drivers/net/wireless/ath/ath12k/hw.c @@ -1288,7 +1288,7 @@ static const struct ath12k_hw_params ath12k_hw_params[] = { .download_calib = true, .supports_suspend = false, .tcl_ring_retry = true, - .reoq_lut_support = false, + .reoq_lut_support = true, .supports_shadow_regs = false, .num_tcl_banks = 48,