From eeec2bbac9440ea9dec9843bb4fdd6e962fc29e9 Mon Sep 17 00:00:00 2001 From: Sourav Mohapatra Date: Tue, 26 Sep 2017 16:44:55 +0530 Subject: 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 --- core/hdd/inc/wlan_hdd_cfg.h | 26 ++++++++++++++++++-------- 1 file 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 { * * 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 -- cgit v1.2.3