blob: d01c878a0caacca45916e92f0b3dbfa518863572 [file] [log] [blame]
developer93607dd2023-08-30 04:53:00 +08001diff --git a/package/network/services/hostapd/files/hostapd.uc b/package/network/services/hostapd/files/hostapd.uc
2index 384c5c2..43637ac 100644
3--- a/package/network/services/hostapd/files/hostapd.uc
4+++ b/package/network/services/hostapd/files/hostapd.uc
5@@ -72,7 +72,7 @@ function iface_freq_info(iface, config, params)
6 continue;
7 }
8
9- let val = match(line, /^(vht_oper_chwidth|he_oper_chwidth)=(\d+)/);
10+ let val = match(line, /^(vht_oper_chwidth|he_oper_chwidth|eht_oper_chwidth)=(\d+)/);
11 if (!val)
12 continue;