Home
last modified time | relevance | path

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

/Linux-v6.6/net/mac80211/
Ddriver-ops.h878 if (local->ops->mgd_complete_tx) in drv_mgd_complete_tx()
879 local->ops->mgd_complete_tx(&local->hw, &sdata->vif, info); in drv_mgd_complete_tx()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt792x_core.c671 ops->mgd_complete_tx = NULL; in mt792x_get_mac80211_ops()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c1154 .mgd_complete_tx = iwl_mvm_mac_mgd_complete_tx,
Dmac80211.c6224 .mgd_complete_tx = iwl_mvm_mac_mgd_complete_tx,
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c1373 .mgd_complete_tx = mt7921_mgd_complete_tx,
/Linux-v6.6/include/net/
Dmac80211.h4504 void (*mgd_complete_tx)(struct ieee80211_hw *hw, member