wifi-scripts: Fix typo in EHT320 name

All other places name it EHT320.

Fixes: b478b7b1f7 ("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

View File

@ -191,7 +191,7 @@ function wiphy_detect() {
push(modes, "EHT160"); push(modes, "EHT160");
if (eht_phy_cap & 2) if (eht_phy_cap & 2)
push(modes, "ETH320"); push(modes, "EHT320");
} }
let entry = wiphy_get_entry(name, path); let entry = wiphy_get_entry(name, path);