wifi-scripts: fix ucode support for referencing wifi devices by phy name

Rename phys according to board.json

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2024-12-08 13:55:33 +01:00
parent 0286dfe394
commit ed34e337a9
2 changed files with 56 additions and 1 deletions

View File

@@ -547,6 +547,10 @@
"description": "Alternative to phy used to identify the device based paths in /sys/devices",
"type": "string"
},
"phy": {
"description": "Name of the phy, as described in board.json",
"type": "string"
},
"radio": {
"description": "Index of the phy radio (for multi-radio PHYs)",
"type": "number",