summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasti, Narayanraddi <c_nmasti@qti.qualcomm.com>2015-06-23 20:32:23 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-06-25 08:17:00 -0700
commit186a7e9dfd3d75a5ef67534aaa2707683db047ec (patch)
tree48bb2a7742fe23af5f20eabec492381cad4f2907
parente4e455942a8f186fa021ba78ceec3891fb2e08b1 (diff)
qcacld-2.0: Enable WMM mode for TDLS
prima to qcacld-2.0 propagation Enable WMM mode for TDLS by setting default value of gEnableTDLSWmmMode to 1. Change-Id: I4d120053fbea714c2e83037779561f298bc1b838 CRs-Fixed: 835244
-rw-r--r--CORE/HDD/inc/wlan_hdd_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/inc/wlan_hdd_cfg.h b/CORE/HDD/inc/wlan_hdd_cfg.h
index e30e75825ec0..9c7ba8e00a67 100644
--- a/CORE/HDD/inc/wlan_hdd_cfg.h
+++ b/CORE/HDD/inc/wlan_hdd_cfg.h
@@ -1938,7 +1938,7 @@ typedef enum
#define CFG_TDLS_WMM_MODE_ENABLE "gEnableTDLSWmmMode"
#define CFG_TDLS_WMM_MODE_ENABLE_MIN (0)
#define CFG_TDLS_WMM_MODE_ENABLE_MAX (1)
-#define CFG_TDLS_WMM_MODE_ENABLE_DEFAULT (0)
+#define CFG_TDLS_WMM_MODE_ENABLE_DEFAULT (1)
#define CFG_TDLS_PREFERRED_OFF_CHANNEL_NUM "gTDLSPrefOffChanNum"
#define CFG_TDLS_PREFERRED_OFF_CHANNEL_NUM_MIN (1)