remove_chanctx   8219 drivers/net/wireless/ath/ath10k/mac.c 	.remove_chanctx			= ath10k_mac_op_remove_chanctx,
remove_chanctx   2636 drivers/net/wireless/ath/ath9k/main.c 	ath9k_ops.remove_chanctx           = ath9k_remove_chanctx;
remove_chanctx   5042 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c 	.remove_chanctx = iwl_mvm_remove_chanctx,
remove_chanctx   2376 drivers/net/wireless/mac80211_hwsim.c 	.remove_chanctx = mac80211_hwsim_remove_chanctx,
remove_chanctx   6032 drivers/net/wireless/ti/wlcore/main.c 	.remove_chanctx = wlcore_op_remove_chanctx,
remove_chanctx   3970 include/net/mac80211.h 	void (*remove_chanctx)(struct ieee80211_hw *hw,
remove_chanctx    881 net/mac80211/driver-ops.h 	if (local->ops->remove_chanctx)
remove_chanctx    882 net/mac80211/driver-ops.h 		local->ops->remove_chanctx(&local->hw, &ctx->conf);
remove_chanctx    525 net/mac80211/main.c 	i = !!ops->add_chanctx + !!ops->remove_chanctx +