summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadma, Santhosh Kumar <skpadma@codeaurora.org>2016-10-12 16:44:23 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-10-17 21:58:20 -0700
commita9e08e99072ee69d3b1e02cc8dd90a070228f64d (patch)
tree4121e3b12eb6691e3b8bbc4ea4ac07bc68361ecb
parenta3cd10b925e4c7e1c1aaf04c0d23e00a2992c57e (diff)
qcacld-3.0: Fix misleading comments
qcacld-2.0 to qcacld-3.0 propagation Currently comments for enum HDD_WMM_USER_MODE_NO_QOS are misleading. It does not clearly say that uapsd is disabled when wmm mode is HDD_WMM_USER_MODE_NO_QOS. Fix this by adding appropriate comments. Change-Id: I6696c92f0a67b18c3ada6736f37ef498a68c881e CRs-Fixed: 1074503
-rw-r--r--core/hdd/inc/wlan_hdd_wmm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/hdd/inc/wlan_hdd_wmm.h b/core/hdd/inc/wlan_hdd_wmm.h
index 3194d10bb8ac..3944386cfe66 100644
--- a/core/hdd/inc/wlan_hdd_wmm.h
+++ b/core/hdd/inc/wlan_hdd_wmm.h
@@ -89,10 +89,7 @@ typedef enum hdd_wmm_classification {
* with QAP and acts accordingly
* @HDD_WMM_USER_MODE_QBSS_ONLY - SME will add the extra logic to make sure
* STA associates with a QAP only
- * @HDD_WMM_USER_MODE_NO_QOS - SME will not join a QoS AP, unless the phy
- * mode setting says "Auto". In that case, STA is free to join 11n AP.
- * Although from HDD point of view, it will not be doing any packet
- * classifications.
+ * @HDD_WMM_USER_MODE_NO_QOS - Join any AP, but uapsd is disabled
*/
typedef enum hdd_wmm_user_mode {
HDD_WMM_USER_MODE_AUTO = 0,