From 9c1a7cf58eea78f9672883c8d137e49e03d46b97 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 21 May 2026 14:39:43 +0800 Subject: [PATCH] radio.uc: Skip match_htmode() for HaLow band to avoid warning reject ("Selected radio does not support requested HT mode HE80, falling back to VHT160") Fixes: WIFI-15497 Signed-off-by: Ian Chen --- renderer/templates/radio.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/templates/radio.uc b/renderer/templates/radio.uc index 77ba3b1c..618e8507 100644 --- a/renderer/templates/radio.uc +++ b/renderer/templates/radio.uc @@ -211,7 +211,7 @@ # Wireless Configuration {% for (let phy in phys): %} {% let reconf = phy.no_reconf ? 0 : 1 %} -{% let htmode = match_htmode(phy, radio) %} +{% let htmode = (radio.band != "HaLow") ? match_htmode(phy, radio) : "" %} set wireless.{{ phy.section }}.disabled={{ exists(radio, 'enable') ? b(!radio.enable) : 0 }} set wireless.{{ phy.section }}.ucentral_path={{ s(location) }} {% if (radio.band != "HaLow"): %}