mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-02 11:37:49 +00:00
Merged in NETEXP-3580 (pull request #32)
[NETEXP-3580] fix failed test Approved-by: mike.hansen
This commit is contained in:
committed by
Thomas-Leung2021
parent
d3cffd570f
commit
3470b01ea1
@@ -1360,6 +1360,9 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra
|
|||||||
}
|
}
|
||||||
|
|
||||||
private ChannelBandwidth convertHtModeToChannelBandwidth(String htMode) {
|
private ChannelBandwidth convertHtModeToChannelBandwidth(String htMode) {
|
||||||
|
if (htMode == null) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
switch (htMode) {
|
switch (htMode) {
|
||||||
case "HT20":
|
case "HT20":
|
||||||
return ChannelBandwidth.is20MHz;
|
return ChannelBandwidth.is20MHz;
|
||||||
|
|||||||
Reference in New Issue
Block a user