diff --git a/fw_offload/dispatcher/inc/cfg_fwol_generic.h b/fw_offload/dispatcher/inc/cfg_fwol_generic.h index df15b4e76c..ffc7ac071f 100644 --- a/fw_offload/dispatcher/inc/cfg_fwol_generic.h +++ b/fw_offload/dispatcher/inc/cfg_fwol_generic.h @@ -299,13 +299,14 @@ "It is used to configure different RTS profiles") /* - * gFwDebugLogLevel: Takes values from enum DBGLOG_LOG_LVL, - * make default value as DBGLOG_WARN to enable error and - * warning logs by default. + * gFwDebugLogLevel - Firmware debug log level * @Min: 0 * @Max: 255 * @Default: 3 * + * This option controls the level of firmware debug log. Default value is + * DBGLOG_WARN, which is to enable error and warning logs. + * * Related: None * * Supported Features: Debugging @@ -323,14 +324,14 @@ "enable error and warning logs by default") /* - * gFwDebugLogType: takes values from enum dbglog_process_t, - * make default value as DBGLOG_PROCESS_NET_RAW to give the - * logs to net link since cnss_diag service is started at boot - * time by default. + * gFwDebugLogType - Firmware debug log type * @Min: 0 * @Max: 255 * @Default: 3 * + * This option controls how driver is to give the firmware logs to net link + * when cnss_diag service is started. + * * Related: None * * Supported Features: Debugging diff --git a/mlme/dispatcher/inc/cfg_mlme_generic.h b/mlme/dispatcher/inc/cfg_mlme_generic.h index 56583f7b23..08180bcb9f 100644 --- a/mlme/dispatcher/inc/cfg_mlme_generic.h +++ b/mlme/dispatcher/inc/cfg_mlme_generic.h @@ -184,7 +184,7 @@ * @Max: 1 * @Default: 1 * - * + * This option enables/disables memory deep sleep. * Related: None * * Supported Feature: General diff --git a/mlme/dispatcher/inc/cfg_mlme_vht_caps.h b/mlme/dispatcher/inc/cfg_mlme_vht_caps.h index dcc254008f..ba4ef5f5d8 100644 --- a/mlme/dispatcher/inc/cfg_mlme_vht_caps.h +++ b/mlme/dispatcher/inc/cfg_mlme_vht_caps.h @@ -391,11 +391,12 @@ /* * - * gEnablePAID - Enables VHT paid feature + * gEnablePAID - VHT partial AID feature * @Min: 0 * @Max: 1 * @Default: 0 * + * This option enables/disables VHT partial AID feature. * Related: NA * * Supported Feature: 11AC @@ -411,11 +412,12 @@ /* * - * gEnableGID - Enables VHT gid feature + * gEnableGID - VHT Group ID feature * @Min: 0 * @Max: 1 * @Default: 0 * + * This option enables/disables VHT Group ID feature. * Related: NA * * Supported Feature: 11AC