wlan-ap-Telecominfraproject/feeds/wlan-ap/opensync/patches/24-channels-state.patch
Ammad Rehmat 6ae5a124c2 Wifi-886 : Channels field in radio state table populated
Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>
2020-12-18 13:42:53 -05:00

17 lines
533 B
Diff

Index: opensync-2.0.5.0/interfaces/opensync.ovsschema
===================================================================
--- opensync-2.0.5.0.orig/interfaces/opensync.ovsschema
+++ opensync-2.0.5.0/interfaces/opensync.ovsschema
@@ -1732,7 +1732,10 @@
"channels": {
"type": {
"key": "string",
- "value": "string",
+ "value": {
+ "type": "string",
+ "maxLength": 256
+ },
"min": 0,
"max": "unlimited"
}