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:
@@ -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
|
||||
|
Reference in New Issue
Block a user