Searched refs:vif_chsw (Results 1 – 1 of 1) sorted by relevance
1367 vif_chsw[0].vif = &sdata->vif; in ieee80211_link_use_reserved_reassign()1368 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign()1369 vif_chsw[0].new_ctx = &new_ctx->conf; in ieee80211_link_use_reserved_reassign()1370 vif_chsw[0].link_conf = link->conf; in ieee80211_link_use_reserved_reassign()1493 vif_chsw = kcalloc(n_vifs, sizeof(vif_chsw[0]), GFP_KERNEL); in ieee80211_chsw_switch_vifs()1494 if (!vif_chsw) in ieee80211_chsw_switch_vifs()1513 vif_chsw[i].vif = &link->sdata->vif; in ieee80211_chsw_switch_vifs()1514 vif_chsw[i].old_ctx = &old_ctx->conf; in ieee80211_chsw_switch_vifs()1515 vif_chsw[i].new_ctx = &ctx->conf; in ieee80211_chsw_switch_vifs()1516 vif_chsw[i].link_conf = link->conf; in ieee80211_chsw_switch_vifs()[all …]