Searched refs:vif_chsw (Results 1 – 1 of 1) sorted by relevance
981 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {}; in ieee80211_vif_use_reserved_reassign() local1011 vif_chsw[0].vif = &sdata->vif; in ieee80211_vif_use_reserved_reassign()1012 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_vif_use_reserved_reassign()1013 vif_chsw[0].new_ctx = &new_ctx->conf; in ieee80211_vif_use_reserved_reassign()1018 err = drv_switch_vif_chanctx(local, vif_chsw, 1, in ieee80211_vif_use_reserved_reassign()1145 struct ieee80211_vif_chanctx_switch *vif_chsw; in ieee80211_chsw_switch_vifs() local1153 vif_chsw = kzalloc(sizeof(vif_chsw[0]) * n_vifs, GFP_KERNEL); in ieee80211_chsw_switch_vifs()1154 if (!vif_chsw) in ieee80211_chsw_switch_vifs()1174 vif_chsw[i].vif = &sdata->vif; in ieee80211_chsw_switch_vifs()1175 vif_chsw[i].old_ctx = &old_ctx->conf; in ieee80211_chsw_switch_vifs()[all …]