mgd_prepare_tx    384 drivers/net/wireless/ath/ath9k/ath9k.h 	bool mgd_prepare_tx;
mgd_prepare_tx    558 drivers/net/wireless/ath/ath9k/channel.c 		if (sc->sched.mgd_prepare_tx)
mgd_prepare_tx    610 drivers/net/wireless/ath/ath9k/channel.c 		if (sc->sched.mgd_prepare_tx) {
mgd_prepare_tx    643 drivers/net/wireless/ath/ath9k/channel.c 		if (sc->sched.mgd_prepare_tx) {
mgd_prepare_tx    644 drivers/net/wireless/ath/ath9k/channel.c 			sc->sched.mgd_prepare_tx = false;
mgd_prepare_tx   2589 drivers/net/wireless/ath/ath9k/main.c 		sc->sched.mgd_prepare_tx = true;
mgd_prepare_tx   2605 drivers/net/wireless/ath/ath9k/main.c 			sc->sched.mgd_prepare_tx = false;
mgd_prepare_tx   2640 drivers/net/wireless/ath/ath9k/main.c 	ath9k_ops.mgd_prepare_tx           = ath9k_mgd_prepare_tx;
mgd_prepare_tx   5032 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	.mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
mgd_prepare_tx    530 drivers/net/wireless/realtek/rtw88/mac80211.c 	.mgd_prepare_tx		= rtw_ops_mgd_prepare_tx,
mgd_prepare_tx   3961 include/net/mac80211.h 	void	(*mgd_prepare_tx)(struct ieee80211_hw *hw,
mgd_prepare_tx    834 net/mac80211/driver-ops.h 	if (local->ops->mgd_prepare_tx)
mgd_prepare_tx    835 net/mac80211/driver-ops.h 		local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, duration);