summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitesh Shah <niteshs@codeaurora.org>2016-12-06 18:39:58 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-12-26 09:20:57 -0800
commitb1ef11466966fb670f72a43d7d5906f13cf11af3 (patch)
tree1f85d3a71d0773a9f20b18dd307d175756f93575
parentab3f4a2f602ec3d42d9fd2fcf47cbd34775455a8 (diff)
qcacld-3.0: Add INI template for DBS feature
Add INI template for DBS feature for documentation. Change-Id: Ic107a6b4045b9e1367388098ac311916a41b145c CRs-Fixed: 1097842
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index a98d6e91324a..4d7fb681229d 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -3550,9 +3550,23 @@ typedef enum {
#define CFG_MULTICAST_HOST_FW_MSGS_DEFAULT (1)
/*
- * wlan system preference option to help policy manager decide
- * on Preferred Channel List for a new connection. For possible
- * values refer to enum hdd_conc_priority_mode
+ * <ini>
+ * gSystemPref - Configure wlan system preference for PCL.
+ * @Min: 0
+ * @Max: 2
+ * @Default: 0
+ *
+ * This ini is used to configure wlan system preference option to help
+ * policy manager decide on Preferred Channel List for a new connection.
+ * For possible values refer to enum hdd_conc_priority_mode
+ *
+ * Related: None.
+ *
+ * Supported Feature: DBS
+ *
+ * Usage: Internal/External
+ *
+ * </ini>
*/
#define CFG_CONC_SYSTEM_PREF "gSystemPref"
#define CFG_CONC_SYSTEM_PREF_MIN (0)