mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
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:
parent
71da76158e
commit
a8018f3210
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user