qcacmn: Add hal_tx_desc_set_mesh_en API
Implement hal_tx_desc_set_mesh_en API based on the chipset as the macro to set mesh_en value is chipset dependent. Change-Id: I43c85e4ed6fd4f9992de5b71857cdb8becd1dd36 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

szülő
685045eb9c
commit
38e84d2722
@@ -349,6 +349,7 @@ struct hal_hw_txrx_ops {
|
||||
void (*hal_tx_comp_get_status)(void *desc, void *ts,
|
||||
struct hal_soc *hal);
|
||||
uint8_t (*hal_tx_comp_get_release_reason)(void *hal_desc);
|
||||
void (*hal_tx_desc_set_mesh_en)(void *desc, uint8_t en);
|
||||
|
||||
/* rx */
|
||||
uint32_t (*hal_rx_msdu_start_nss_get)(uint8_t *);
|
||||
|
Reference in New Issue
Block a user