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 D | channel.c | 558 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 D | main.c | 2702 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 D | ath9k.h | 385 bool mgd_prepare_tx; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 558 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 D | main.c | 2699 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 D | ath9k.h | 386 bool mgd_prepare_tx; member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | driver-ops.h | 833 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 D | mac80211.c | 819 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_core.c | 671 ops->mgd_prepare_tx = NULL; in mt792x_get_mac80211_ops()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | mac80211.c | 951 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | driver-ops.h | 866 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 D | mld-mac80211.c | 1114 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
|
H A D | mac80211.c | 6193 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 1372 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 2351 * 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 D | mac80211.h | 2630 * 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 D | mac80211.c | 5302 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
|
Completed in 57 milliseconds