mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
20 lines
437 B
Diff
20 lines
437 B
Diff
--- a/interfaces/opensync.ovsschema
|
|
+++ b/interfaces/opensync.ovsschema
|
|
@@ -1880,7 +1880,15 @@
|
|
"min": 0,
|
|
"max": "unlimited"
|
|
}
|
|
- }
|
|
+ },
|
|
+ "channel_max_power": {
|
|
+ "type": {
|
|
+ "key": "integer",
|
|
+ "value": "integer",
|
|
+ "min": 0,
|
|
+ "max": "unlimited"
|
|
+ }
|
|
+ }
|
|
},
|
|
"isRoot": true,
|
|
"maxRows": 256
|