[openwrt/openwrt] wifi-scripts: Fix typo in EHT320 name
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 3 06:37:47 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a8018f3210b52a5f01ab72cf3e8c08e87a468c71
commit a8018f3210b52a5f01ab72cf3e8c08e87a468c71
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Oct 3 15:35:01 2024 +0200
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 at hauke-m.de>
---
.../network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
More information about the lede-commits
mailing list