Merge "qcacmn: Avoid alloc and init of tx desc pool for NSS offload case"

This commit is contained in:
Linux Build Service Account
2023-09-22 01:13:51 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 42 additions and 0 deletions

View File

@@ -4184,6 +4184,7 @@ void dp_soc_cfg_attach(struct dp_soc *soc)
wlan_cfg_set_num_tx_desc_pool(soc->wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_ext_desc_pool(soc->wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_desc(soc->wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_spl_desc(soc->wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_ext_desc(soc->wlan_cfg_ctx, 0);
soc->init_tcl_cmd_cred_ring = false;
soc->num_tcl_data_rings =