summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-10-03 13:35:01 +0000
committerHauke Mehrtens2024-10-03 13:37:24 +0000
commita8018f3210b52a5f01ab72cf3e8c08e87a468c71 (patch)
treef5d36d70a2329757caee54935e654ca562b56e28
parent71da76158e8a7a3a40949517d030d0960e4109f9 (diff)
downloadopenwrt-a8018f3210b52a5f01ab72cf3e8c08e87a468c71.tar.gz
wifi-scripts: Fix typo in EHT320 name
All other places name it EHT320. Fixes: b478b7b1f7b9 ("wifi-scripts: detect and configure EHT") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc2
1 files changed, 1 insertions, 1 deletions
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);