Home
last modified time | relevance | path

Searched refs:remove_chanctx (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/net/mac80211/
Ddriver-ops.h1037 if (local->ops->remove_chanctx) in drv_remove_chanctx()
1038 local->ops->remove_chanctx(&local->hw, &ctx->conf); in drv_remove_chanctx()
Dmain.c502 i = !!ops->add_chanctx + !!ops->remove_chanctx + in ieee80211_alloc_hw_nm()
/linux-4.1.27/include/net/
Dmac80211.h3337 void (*remove_chanctx)(struct ieee80211_hw *hw, member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmain.c2583 ath9k_ops.remove_chanctx = ath9k_remove_chanctx; in ath9k_fill_chanctx_ops()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c3161 mac80211_hwsim_mchan_ops.remove_chanctx = mac80211_hwsim_remove_chanctx; in init_mac80211_hwsim()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4072 .remove_chanctx = iwl_mvm_remove_chanctx,
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c5895 .remove_chanctx = wlcore_op_remove_chanctx,