Home
last modified time | relevance | path

Searched refs:cleanup_mgmt_tx_send (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h143 int (*cleanup_mgmt_tx_send)(struct ath10k *ar, struct sk_buff *msdu); member
457 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()
Dwmi-tlv.c4568 .cleanup_mgmt_tx_send = ath10k_wmi_tlv_op_cleanup_mgmt_tx_send,