Searched refs:cleanup_mgmt_tx_send (Results 1 – 2 of 2) sorted by relevance
143 int (*cleanup_mgmt_tx_send)(struct ath10k *ar, struct sk_buff *msdu); member457 if (!ar->wmi.ops->cleanup_mgmt_tx_send) in ath10k_wmi_cleanup_mgmt_tx_send()460 return ar->wmi.ops->cleanup_mgmt_tx_send(ar, msdu); in ath10k_wmi_cleanup_mgmt_tx_send()
4568 .cleanup_mgmt_tx_send = ath10k_wmi_tlv_op_cleanup_mgmt_tx_send,