Home
last modified time | relevance | path

Searched refs:mgd_prepare_tx (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dchannel.c558 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event()
605 * If a mgd_prepare_tx() has been called by mac80211, in ath_chanctx_event()
610 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
643 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
644 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
H A Dmain.c2702 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2718 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2753 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
H A Dath9k.h385 bool mgd_prepare_tx; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dchannel.c558 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event()
605 * If a mgd_prepare_tx() has been called by mac80211, in ath_chanctx_event()
610 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
643 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
644 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
H A Dmain.c2699 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2715 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2750 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
H A Dath9k.h386 bool mgd_prepare_tx; member
/kernel/linux/linux-5.10/net/mac80211/
H A Ddriver-ops.h833 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
834 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, duration); in drv_mgd_prepare_tx()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c819 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c671 ops->mgd_prepare_tx = NULL; in mt792x_get_mac80211_ops()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c951 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/kernel/linux/linux-6.6/net/mac80211/
H A Ddriver-ops.h866 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
867 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info); in drv_mgd_prepare_tx()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1114 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
H A Dmac80211.c6193 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1372 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h2351 * mgd_prepare_tx() callback to be called before transmission of a
3727 * @mgd_prepare_tx: Prepare for transmitting a management frame for association
4089 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h2630 * mgd_prepare_tx() callback to be called before transmission of a
3633 * only used with the mgd_prepare_tx() method.
4076 * @mgd_prepare_tx: Prepare for transmitting a management frame for association
4095 * transmitted frame announced with @mgd_prepare_tx was received, the data
4096 * is filled similarly to @mgd_prepare_tx though the duration is not used.
4501 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5302 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,

Completed in 57 milliseconds