qcacmn: Clean up force BA64 ini config

This force use BA64 ini config is no longer needed, because another
gRxAggregationSize can do the same settings and more flexible.
Change is used to remove this config.

Change-Id: Ie780489849f8b701481a628a9bca2b4112460bd8
CRs-Fixed: 3076982
此提交包含在:
Yu Tian
2021-11-18 11:36:03 +08:00
提交者 Madan Koyyalamudi
父節點 ac2110769b
當前提交 2446f8ed54
共有 4 個檔案被更改,包括 6 行新增46 行删除

查看文件

@@ -1828,8 +1828,6 @@ wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
CFG_DP_RXDMA_ERR_DST_RING);
wlan_cfg_ctx->enable_data_stall_detection =
cfg_get(psoc, CFG_DP_ENABLE_DATA_STALL_DETECTION);
wlan_cfg_ctx->enable_force_rx_64_ba =
cfg_get(psoc, CFG_FORCE_RX_64_BA);
wlan_cfg_ctx->tx_flow_start_queue_offset =
cfg_get(psoc, CFG_DP_TX_FLOW_START_QUEUE_OFFSET);
wlan_cfg_ctx->tx_flow_stop_queue_threshold =
@@ -2855,11 +2853,6 @@ void wlan_cfg_set_rxdma1_enable(struct wlan_cfg_dp_soc_ctxt *cfg)
cfg->rxdma1_enable = true;
}
bool wlan_cfg_is_dp_force_rx_64_ba(struct wlan_cfg_dp_soc_ctxt *cfg)
{
return cfg->enable_force_rx_64_ba;
}
void
wlan_cfg_set_delay_mon_replenish(struct wlan_cfg_dp_soc_ctxt *cfg,
bool val)