summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Singh <absingh@codeaurora.org>2016-12-01 11:47:44 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-29 10:55:09 -0800
commit061f20d22025bec7ed98701ef3d90f42ae2d577c (patch)
treed780b9d7c4e13ea1ab8fee94d00d7bd1c336eb4c
parentc8212523096396b66329d0d2e02feff1fe30e6cf (diff)
qcacld-3.0: Add INI template for 5/10 Mhz bandwidth feature
Add INI template for 5/10 Mhz bandwidth feature for documentation. Change-Id: I1fa460acfdd01a5ea8439d857358efb47d5755c4 CRs-Fixed: 1097318
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index 3533e92a68cc..5314f93e974a 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -4715,9 +4715,24 @@ enum dot11p_mode {
#define CFG_ADAPTIVE_PNOSCAN_DWELL_MODE_DEFAULT (0)
/*
+ * <ini>
+ * gSub20ChannelWidth - Control sub 20 channel width (5/10 Mhz)
+ * @Min: 0
+ * @Max: 2
+ * @Default: 0
+ *
+ * This ini is used to set the sub 20 channel width.
* gSub20ChannelWidth=0: indicates do not use Sub 20 MHz bandwidth
* gSub20ChannelWidth=1: Bring up SAP/STA in 5 MHz bandwidth
* gSub20ChannelWidth=2: Bring up SAP/STA in 10 MHz bandwidth
+ *
+ * Related: None
+ *
+ * Supported Feature: 5/10 Mhz channel width support
+ *
+ * Usage: Internal/External
+ *
+ * </ini>
*/
#define CFG_SUB_20_CHANNEL_WIDTH_NAME "gSub20ChannelWidth"
#define CFG_SUB_20_CHANNEL_WIDTH_MIN (WLAN_SUB_20_CH_WIDTH_NONE)