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

@@ -8956,6 +8956,7 @@ dp_set_psoc_param(struct cdp_soc_t *cdp_soc,
wlan_cfg_set_num_tx_desc_pool(wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_ext_desc_pool(wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_desc(wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_spl_desc(soc->wlan_cfg_ctx, 0);
wlan_cfg_set_num_tx_ext_desc(wlan_cfg_ctx, 0);
break;
default: