diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-10-03 11:41:58 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-03 11:41:58 -0700 |
| commit | 5332f86422fe36ef5b0febd26dd68dbcb7ae625b (patch) | |
| tree | f5cc781dc49344583edb2c178bf8944d9650bcd1 | |
| parent | 2063b9f7ae092993f3bba954a0e39b92cc324b62 (diff) | |
| parent | eeec2bbac9440ea9dec9843bb4fdd6e962fc29e9 (diff) | |
Merge "qcacld-3.0: Modify max for gEnableRTSProfiles item to accommodate more profiles" into wlan-cld3.driver.lnx.1.1
| -rw-r--r-- | core/hdd/inc/wlan_hdd_cfg.h | 26 |
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 |
