Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c537 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event()
589 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
622 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
623 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
Dmain.c2546 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2562 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2597 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
Dath9k.h381 bool mgd_prepare_tx; member
/linux-4.4.14/net/mac80211/
Ddriver-ops.h820 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
821 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif); in drv_mgd_prepare_tx()
/linux-4.4.14/include/net/
Dmac80211.h3439 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4219 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,