Эх сурвалжийг харах

qcacld-3.0: Add missing CFG INI comment text - wave 2

1) Some CFG INI options' comment text are missing.
   Add them so automation script can parse and retrieve the
   correct comment text.
2) Fix some discrepancies in existing CFG INI comments.
3) Delete some INI items that are not used any more.

Change-Id: Ia2fc4fab70f78e99d14fd1f7f2b4248e6484ee32
CRs-Fixed: 2350612
wadesong 6 жил өмнө
parent
commit
f9a6ba980f

+ 8 - 7
fw_offload/dispatcher/inc/cfg_fwol_generic.h

@@ -299,13 +299,14 @@
 		"It is used to configure different RTS profiles")
 
 /* <ini>
- * 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")
 
 /* <ini>
- * 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

+ 1 - 1
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

+ 4 - 2
mlme/dispatcher/inc/cfg_mlme_vht_caps.h

@@ -391,11 +391,12 @@
 
 /*
  * <ini>
- * 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 @@
 
 /*
  * <ini>
- * 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