Searched refs:mgd_prepare_tx (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 553 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event() 600 * If a mgd_prepare_tx() has been called by mac80211, in ath_chanctx_event() 605 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event() 638 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event() 639 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
|
H A D | main.c | 2716 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx() 2732 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx() 2767 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
|
/linux/net/mac80211/ |
H A D | driver-ops.h | 969 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx() 970 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info); in drv_mgd_prepare_tx()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | mac80211.c | 973 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1354 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | main.c | 1579 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
|
/linux/drivers/net/wireless/intel/iwlwifi/mld/ |
H A D | mac80211.c | 2626 .mgd_prepare_tx = iwl_mld_mac80211_mgd_prepare_tx,
|
/linux/include/net/ |
H A D | mac80211.h | 3834 * only used with the mgd_prepare_tx() method. 4299 * @mgd_prepare_tx: Prepare for transmitting a management frame for association 4315 * transmitted frame announced with @mgd_prepare_tx was received, the data 4316 * is filled similarly to @mgd_prepare_tx though the duration is not used. 4317 * Note that this isn't always called for each mgd_prepare_tx() call, for 4748 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | main.c | 2287 .mgd_prepare_tx = mt7925_mgd_prepare_tx,
|