diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 2d4c8d105a..d9c801e6bf 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -1,6 +1,6 @@ /* * 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 * 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; #endif bool get_roam_chan_from_fw; - bool enable_fisa_lru_deletion; uint8_t nb_commands_interval; #ifdef FEATURE_CLUB_LL_STATS_AND_GET_STATION diff --git a/core/hdd/src/wlan_hdd_tx_rx.c b/core/hdd/src/wlan_hdd_tx_rx.c index bcd028f3ef..85b05325b9 100644 --- a/core/hdd/src/wlan_hdd_tx_rx.c +++ b/core/hdd/src/wlan_hdd_tx_rx.c @@ -1449,8 +1449,6 @@ void hdd_dp_cfg_update(struct wlan_objmgr_psoc *psoc, config->napi_cpu_affinity_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); hdd_ini_tx_flow_control(config, psoc);