diff --git a/package/network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc b/package/network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc index 468078ad20..ee9155b3d0 100644 --- a/package/network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc +++ b/package/network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc @@ -191,7 +191,7 @@ function wiphy_detect() { push(modes, "EHT160"); if (eht_phy_cap & 2) - push(modes, "ETH320"); + push(modes, "EHT320"); } let entry = wiphy_get_entry(name, path);