Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Ddriver-ops.h874 if (local->ops->remove_chanctx) in drv_remove_chanctx()
875 local->ops->remove_chanctx(&local->hw, &ctx->conf); in drv_remove_chanctx()
Dmain.c524 i = !!ops->add_chanctx + !!ops->remove_chanctx + in ieee80211_alloc_hw_nm()
/Linux-v4.19/include/net/
Dmac80211.h3756 void (*remove_chanctx)(struct ieee80211_hw *hw, member
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dmain.c2633 ath9k_ops.remove_chanctx = ath9k_remove_chanctx; in ath9k_fill_chanctx_ops()
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c2400 .remove_chanctx = mac80211_hwsim_remove_chanctx,
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c4626 .remove_chanctx = iwl_mvm_remove_chanctx,
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dmain.c6039 .remove_chanctx = wlcore_op_remove_chanctx,
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c7845 .remove_chanctx = ath10k_mac_op_remove_chanctx,