qcacld-3.0: Remove struct hdd_config::enable_fisa_lru_deletion
The following patch added logic to HDD to read the value of the CFG_DP_RX_FISA_LRU_DEL_ENABLE configuration item and store it in struct hdd_config: qcacld-3.0: Add ini to enable FISA LRU eviction Change-Id I9930ec260bcab5ba8c8f1e594dbfde35965dff2e However, the datapath maintains this configuration item on its own, and the copy maintained by HDD is not used, so remove that logic. Change-Id: I970195cf199c33802db5f84eeea4f622306703cd CRs-Fixed: 3424797
This commit is contained in:

committed by
Madan Koyyalamudi

parent
fe2f35ad2e
commit
29beb1eb3e
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
||||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -195,7 +195,6 @@ struct hdd_config {
|
|||||||
bool config_sar_safety_sleep_index;
|
bool config_sar_safety_sleep_index;
|
||||||
#endif
|
#endif
|
||||||
bool get_roam_chan_from_fw;
|
bool get_roam_chan_from_fw;
|
||||||
bool enable_fisa_lru_deletion;
|
|
||||||
uint8_t nb_commands_interval;
|
uint8_t nb_commands_interval;
|
||||||
|
|
||||||
#ifdef FEATURE_CLUB_LL_STATS_AND_GET_STATION
|
#ifdef FEATURE_CLUB_LL_STATS_AND_GET_STATION
|
||||||
|
@@ -1449,8 +1449,6 @@ void hdd_dp_cfg_update(struct wlan_objmgr_psoc *psoc,
|
|||||||
|
|
||||||
config->napi_cpu_affinity_mask =
|
config->napi_cpu_affinity_mask =
|
||||||
cfg_get(psoc, CFG_DP_NAPI_CE_CPU_MASK);
|
cfg_get(psoc, CFG_DP_NAPI_CE_CPU_MASK);
|
||||||
config->enable_fisa_lru_deletion =
|
|
||||||
cfg_get(psoc, CFG_DP_RX_FISA_LRU_DEL_ENABLE);
|
|
||||||
config->cfg_wmi_credit_cnt = cfg_get(psoc, CFG_DP_HTC_WMI_CREDIT_CNT);
|
config->cfg_wmi_credit_cnt = cfg_get(psoc, CFG_DP_HTC_WMI_CREDIT_CNT);
|
||||||
|
|
||||||
hdd_ini_tx_flow_control(config, psoc);
|
hdd_ini_tx_flow_control(config, psoc);
|
||||||
|
Reference in New Issue
Block a user