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
此提交包含在:
@@ -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)
|
||||
|
新增問題並參考
封鎖使用者