summaryrefslogtreecommitdiff
path: root/core/cds
diff options
context:
space:
mode:
authorOrhan K AKYILDIZ <oka@codeaurora.org>2017-08-11 18:00:28 -0700
committersnandini <snandini@codeaurora.org>2017-09-12 17:36:27 -0700
commitdff608977b073643ae8eebaa124e0614bc606cf8 (patch)
treebfc25316c72e8b56c58da039151c05ad783fd16e /core/cds
parent9dd80f578ea4d5431fdbd8ad562eb8e1a17d2464 (diff)
downloadqcacld-dff608977b073643ae8eebaa124e0614bc606cf8.tar.gz
qcacld-3.0: Make max msdus per pkt configurable
Introduce a new parameter in the ini file for the maximum number of MSDUs per HTT_RX_INORDERIND message. This parameter is now sent over to the FW through the RFS configuration message. Change-Id: Id0057861bc172a36483804170274b202198b6824 CRs-Fixed: 2106760
Diffstat (limited to 'core/cds')
-rw-r--r--core/cds/inc/cds_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cds/inc/cds_config.h b/core/cds/inc/cds_config.h
index 616cecb7ce..39829dea7e 100644
--- a/core/cds/inc/cds_config.h
+++ b/core/cds/inc/cds_config.h
@@ -201,6 +201,7 @@ struct cds_config_info {
uint16_t self_gen_frm_pwr;
enum cfg_sub_20_channel_width sub_20_channel_width;
bool flow_steering_enabled;
+ uint8_t max_msdus_per_rxinorderind;
bool self_recovery_enabled;
bool fw_timeout_crash;