forked from mirror/openwrt
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
2 changed files with 17 additions and 0 deletions
|
|
@ -703,6 +703,10 @@
|
|||
"description": "Specifies the maximum desired transmission power in dBm. The actual txpower used depends on regulatory requirements",
|
||||
"type": "number"
|
||||
},
|
||||
"type": {
|
||||
"description": "Device type (only mac80211 supported)",
|
||||
"type": "string"
|
||||
},
|
||||
"vht160": {
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -223,6 +223,13 @@
|
|||
"type": "alias",
|
||||
"default": "disabled"
|
||||
},
|
||||
"device": {
|
||||
"description": "Devices to enable this interface on (wifi-device section names)",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"device_name": {
|
||||
"description": "Primary Device Name used by WPS",
|
||||
"type": "string",
|
||||
|
|
@ -842,6 +849,12 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"radios": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"radius_acct_interim_interval": {
|
||||
"description": "Interim accounting update interval",
|
||||
"type": "number"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue