summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-27 12:32:02 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-27 12:32:02 -0800
commit4d73d85d421568426462c36aa3e2ded4e29dad84 (patch)
tree186fd94e303f7164fedcbfd841538e1d947da8df
parent5dea447db6e5147edeaf89ccfc7127e9605d648b (diff)
parentb1ef11466966fb670f72a43d7d5906f13cf11af3 (diff)
Merge "qcacld-3.0: Add INI template for DBS feature"
-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 30f47a4f252a..96b89bd597ca 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -3906,9 +3906,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)