Home
last modified time | relevance | path

Searched refs:mgd_complete_tx (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/mac80211/
Ddriver-ops.h829 if (local->ops->mgd_complete_tx) in drv_mgd_complete_tx()
830 local->ops->mgd_complete_tx(&local->hw, &sdata->vif, info); in drv_mgd_complete_tx()
/Linux-v6.1/include/net/
Dmac80211.h4389 void (*mgd_complete_tx)(struct ieee80211_hw *hw, member
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c5423 .mgd_complete_tx = iwl_mvm_mac_mgd_complete_tx,