Sfoglia il codice sorgente

qcacmn: Format ini descriptions about EGAP

The description about EGAP ini items is different to others, correct
them and use unified form.

Change-Id: I119721ad805cdbc2b3515eadafa36bdb35a4eb2c
CRs-Fixed: 2402450
Wu Gao 6 anni fa
parent
commit
45c6576e42

+ 10 - 10
umac/green_ap/dispatcher/inc/cfg_green_ap_params.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -25,7 +25,7 @@
 
 /*
  * <ini>
- * enable_green_ap - Enable green ap feature
+ * gEnableGreenAp - Enable green ap feature
  * @Min: 0
  * @Max: 1
  * @Default: 0
@@ -48,7 +48,7 @@
 
 /*
  * <ini>
- * enable_egap - Enable the enhanced green ap feature
+ * gEnableEGAP - Enable the enhanced green ap feature
  * @Min: 0
  * @Max: 1
  * @Default: 1
@@ -70,7 +70,7 @@
 		"enable e-gap")
 /*
  * <ini>
- * egap_inact_time - configure the inactive time for EGAP
+ * gEGAPInactTime - configure the inactive time for EGAP
  * @Min: 0
  * @Max: 300000
  * @Default: 2000
@@ -95,10 +95,10 @@
 		"egap inactivity time")
 /*
  * <ini>
- * egap_wait_time - configure the wait time for EGAP
+ * gEGAPWaitTime - configure the wait time for EGAP
  * @Min: 0
- * @Max: 1
- * @Default: 0
+ * @Max: 300000
+ * @Default: 150
  *
  * This ini is used to configure the wait time for EGAP
  *
@@ -120,10 +120,10 @@
 		"egap wait time")
 /*
  * <ini>
- * egap_flag - Configure the EGAP flags
+ * gEGAPFeatures - Configure the EGAP flags
  * @Min: 0
- * @Max: 1
- * @Default: 0
+ * @Max: 15
+ * @Default: 3
  *
  * This ini is used to configure the EGAP flags
  *

+ 1 - 0
umac/scan/dispatcher/inc/wlan_scan_cfg.h

@@ -464,6 +464,7 @@
  *
  * Usage: External
  *
+ * </ini>
  */
 #define CFG_TOP_K_NUM_OF_CHANNELS CFG_INI_UINT( \
 			"gTopKNumOfChannels", \