drivers/net/wireless/ath/ath11k/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Add purwa-iot-evk and qcs6490-rb3gen2 platform support to the
usecase firmware lookup table for WCN6855 hw2.1.
These platforms use the nfa765 firmware path for usecase-based
firmware selection.
Also reorder the table entries by compatible string.
Tested-on: WCN6855 hw2.1 PCI WLAN.HSP.1.1-04685-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1
Signed-off-by: Miaoqing Pan <miaoqing.pan@oss.qualcomm.com>
---
drivers/net/wireless/ath/ath11k/core.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index 8dacc878c006..8039124e7832 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -1049,9 +1049,11 @@ static const struct __ath11k_core_usecase_firmware_table {
const char *compatible;
const char *firmware_name;
} ath11k_core_usecase_firmware_table[] = {
+ { ATH11K_HW_WCN6855_HW21, "qcom,hamoa-iot-evk", "nfa765"},
{ ATH11K_HW_WCN6855_HW21, "qcom,lemans-evk", "nfa765"},
{ ATH11K_HW_WCN6855_HW21, "qcom,monaco-evk", "nfa765"},
- { ATH11K_HW_WCN6855_HW21, "qcom,hamoa-iot-evk", "nfa765"},
+ { ATH11K_HW_WCN6855_HW21, "qcom,purwa-iot-evk", "nfa765"},
+ { ATH11K_HW_WCN6855_HW21, "qcom,qcs6490-rb3gen2", "nfa765"},
{ /* Sentinel */ }
};
base-commit: 951dc0a744e4dc8490935316d3b76e23990bde3c
--
2.34.1
On Mon, 13 Jul 2026 10:03:59 +0800, Miaoqing Pan wrote:
> Add purwa-iot-evk and qcs6490-rb3gen2 platform support to the
> usecase firmware lookup table for WCN6855 hw2.1.
>
> These platforms use the nfa765 firmware path for usecase-based
> firmware selection.
>
> Also reorder the table entries by compatible string.
>
> [...]
Applied, thanks!
[1/1] wifi: ath11k: add purwa-iot-evk and qcs6490-rb3gen2 to usecase firmware table
commit: ca27e3c2284a7a43ba390ed5ce0d68b3c869c0ce
Best regards,
--
Jeff Johnson <jeff.johnson@oss.qualcomm.com>
On 7/13/2026 10:03 AM, Miaoqing Pan wrote: > Add purwa-iot-evk and qcs6490-rb3gen2 platform support to the > usecase firmware lookup table for WCN6855 hw2.1. > > These platforms use the nfa765 firmware path for usecase-based > firmware selection. > > Also reorder the table entries by compatible string. > > Tested-on: WCN6855 hw2.1 PCI WLAN.HSP.1.1-04685-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1 > > Signed-off-by: Miaoqing Pan <miaoqing.pan@oss.qualcomm.com> Reviewed-by: Baochen Qiang <baochen.qiang@oss.qualcomm.com>
© 2016 - 2026 Red Hat, Inc.