diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_cfg.c b/core/hdd/src/wlan_hdd_cfg.c index 461f1f58fe5a..42fedb23e84a 100644 --- a/core/hdd/src/wlan_hdd_cfg.c +++ b/core/hdd/src/wlan_hdd_cfg.c @@ -2029,7 +2029,7 @@ REG_TABLE_ENTRY g_registry_table[] = { CFG_VHT_ENABLE_2x2_CAP_FEATURE_MIN, CFG_VHT_ENABLE_2x2_CAP_FEATURE_MAX), - REG_VARIABLE(CFG_VDEV_TYPE_NSS_2G, WLAN_PARAM_Integer, + REG_VARIABLE(CFG_VDEV_TYPE_NSS_2G, WLAN_PARAM_HexInteger, struct hdd_config, vdev_type_nss_2g, VAR_FLAGS_OPTIONAL | VAR_FLAGS_RANGE_CHECK_ASSUME_DEFAULT, CFG_VDEV_TYPE_NSS_2G_DEFAULT, @@ -2043,7 +2043,7 @@ REG_TABLE_ENTRY g_registry_table[] = { CFG_STA_PREFER_80MHZ_OVER_160MHZ_MIN, CFG_STA_PREFER_80MHZ_OVER_160MHZ_MAX), - REG_VARIABLE(CFG_VDEV_TYPE_NSS_5G, WLAN_PARAM_Integer, + REG_VARIABLE(CFG_VDEV_TYPE_NSS_5G, WLAN_PARAM_HexInteger, struct hdd_config, vdev_type_nss_5g, VAR_FLAGS_OPTIONAL | VAR_FLAGS_RANGE_CHECK_ASSUME_DEFAULT, CFG_VDEV_TYPE_NSS_5G_DEFAULT, |
