1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

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>
This commit is contained in:
Hauke Mehrtens 2024-10-03 15:35:01 +02:00
parent 71da76158e
commit a8018f3210

@ -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);