summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSourav Mohapatra <mohapatr@codeaurora.org>2017-09-26 16:44:55 +0530
committersnandini <snandini@codeaurora.org>2017-10-03 05:33:57 -0700
commiteeec2bbac9440ea9dec9843bb4fdd6e962fc29e9 (patch)
treeb6f027be711206f8f160fed2c90d9dddd2ce62c4
parent37ecae6b63cf5fad5c7c012117bfe1871df7414c (diff)
qcacld-3.0: Modify max for gEnableRTSProfiles item to accommodate more profiles
Change the max value of gEnableRTSProfiles from 34 to 66 as firmware has support for 66. Update the template describing the different values that can be used for the profile. Change-Id: I5a6a398c74804022075a06ca0e17858335064c5b CRs-Fixed: 2116704
-rw-r--r--core/hdd/inc/wlan_hdd_cfg.h26
1 files changed, 18 insertions, 8 deletions
diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h
index c09b94be9f62..91cb41850b9c 100644
--- a/core/hdd/inc/wlan_hdd_cfg.h
+++ b/core/hdd/inc/wlan_hdd_cfg.h
@@ -5502,17 +5502,27 @@ enum hdd_link_speed_rpt_type {
* <ini>
* gEnableRTSProfiles - It will use configuring different RTS profiles
* @Min: 0
- * @Max: 34
+ * @Max: 66
* @Default: 33
*
* This ini used for configuring different RTS profiles
* to firmware.
- * Following are the valid values for the rtsprofile:
- * RTSCTS_DISABLED 0
- * RTSCTS_ENABLED_4_SECOND_RATESERIES 17
- * CTS2SELF_ENABLED_4_SECOND_RATESERIES 18
- * RTSCTS_ENABLED_4_SWRETRIES 33
- * CTS2SELF_ENABLED_4_SWRETRIES 34
+ * Following are the valid values for the rts profile:
+ * RTSCTS_DISABLED 0
+ * NOT_ALLOWED 1
+ * NOT_ALLOWED 2
+ * RTSCTS_DISABLED 16
+ * RTSCTS_ENABLED_4_SECOND_RATESERIES 17
+ * CTS2SELF_ENABLED_4_SECOND_RATESERIES 18
+ * RTSCTS_DISABLED 32
+ * RTSCTS_ENABLED_4_SWRETRIES 33
+ * CTS2SELF_ENABLED_4_SWRETRIES 34
+ * NOT_ALLOWED 48
+ * NOT_ALLOWED 49
+ * NOT_ALLOWED 50
+ * RTSCTS_DISABLED 64
+ * RTSCTS_ENABLED_4_ALL_RATESERIES 65
+ * CTS2SELF_ENABLED_4_ALL_RATESERIES 66
*
* Related: None
*
@@ -5525,7 +5535,7 @@ enum hdd_link_speed_rpt_type {
#define CFG_ENABLE_FW_RTS_PROFILE "gEnableRTSProfiles"
#define CFG_ENABLE_FW_RTS_PROFILE_MIN (0)
-#define CFG_ENABLE_FW_RTS_PROFILE_MAX (34)
+#define CFG_ENABLE_FW_RTS_PROFILE_MAX (66)
#define CFG_ENABLE_FW_RTS_PROFILE_DEFAULT (33)
#ifdef FEATURE_GREEN_AP