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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user