mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-13 08:02:09 -05:00
wifi-scripts: ucode: add missing fields to spec
Silence warnings Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
79f8a83eb9
commit
dcf6e9b0ed
@ -703,6 +703,10 @@
|
|||||||
"description": "Specifies the maximum desired transmission power in dBm. The actual txpower used depends on regulatory requirements",
|
"description": "Specifies the maximum desired transmission power in dBm. The actual txpower used depends on regulatory requirements",
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"type": {
|
||||||
|
"description": "Device type (only mac80211 supported)",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"vht160": {
|
"vht160": {
|
||||||
"description": "Supported channel widths. 0 == 160MHz and 80+80 MHz not supported, 1 == 160 MHz supported, 2 == 160MHz and 80+80 MHz supported",
|
"description": "Supported channel widths. 0 == 160MHz and 80+80 MHz not supported, 1 == 160 MHz supported, 2 == 160MHz and 80+80 MHz supported",
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
@ -223,6 +223,13 @@
|
|||||||
"type": "alias",
|
"type": "alias",
|
||||||
"default": "disabled"
|
"default": "disabled"
|
||||||
},
|
},
|
||||||
|
"device": {
|
||||||
|
"description": "Devices to enable this interface on (wifi-device section names)",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"device_name": {
|
"device_name": {
|
||||||
"description": "Primary Device Name used by WPS",
|
"description": "Primary Device Name used by WPS",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -842,6 +849,12 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"radios": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"radius_acct_interim_interval": {
|
"radius_acct_interim_interval": {
|
||||||
"description": "Interim accounting update interval",
|
"description": "Interim accounting update interval",
|
||||||
"type": "number"
|
"type": "number"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user