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

Avoid alloc and init of tx desc pool for NSS offload case

Change-Id: I16a06ce9d15e56e04692c9032caf04df8f477306
CRs-Fixed: 3619837
This commit is contained in:
Neha Bisht
2023-09-20 17:27:44 +05:30
父節點 65fdbbce9a
當前提交 acd794ba1c
共有 5 個文件被更改,包括 42 次插入0 次删除

查看文件

@@ -1264,6 +1264,16 @@ int wlan_cfg_get_num_global_spcl_tx_desc(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_c
*/
int wlan_cfg_get_num_tx_desc(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx);
/**
* wlan_cfg_set_num_tx_spl_desc() - Set the number of special Tx Descriptors
* per pool
*
* @cfg: Configuration Handle
* @num_desc: Number of descriptor
*/
void wlan_cfg_set_num_tx_spl_desc(struct wlan_cfg_dp_soc_ctxt *cfg,
int num_desc);
/**
* wlan_cfg_get_num_tx_spl_desc() - Number of Tx Descriptors for special
* frames per pool