mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-19 18:31:33 +00:00
Ovsdb schema for VIF_Config/State is updated to support 11ax as min_hw_mode Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
23 lines
538 B
Plaintext
23 lines
538 B
Plaintext
--- a/interfaces/opensync.ovsschema
|
|
+++ b/interfaces/opensync.ovsschema
|
|
@@ -2045,7 +2045,8 @@
|
|
"11g",
|
|
"11a",
|
|
"11n",
|
|
- "11ac"
|
|
+ "11ac",
|
|
+ "11ax"
|
|
]
|
|
]
|
|
},
|
|
@@ -2437,7 +2438,8 @@
|
|
"11g",
|
|
"11a",
|
|
"11n",
|
|
- "11ac"
|
|
+ "11ac",
|
|
+ "11ax"
|
|
]
|
|
]
|
|
},
|