wifi-scripts: Fix typo in EHT320 name
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 3 Oct 2024 13:35:01 +0000 (15:35 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 3 Oct 2024 13:37:24 +0000 (15:37 +0200)
All other places name it EHT320.

Fixes: b478b7b1f7b9 ("wifi-scripts: detect and configure EHT")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/config/wifi-scripts/files/usr/share/hostap/wifi-detect.uc

index 468078ad206960e42965edf3ec46b5f6775a1847..ee9155b3d0be42beb8cbd827bfdcb0893037147e 100644 (file)
@@ -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);