Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dchan.c1456 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {}; in ieee80211_link_use_reserved_reassign() local
1494 vif_chsw[0].vif = &sdata->vif; in ieee80211_link_use_reserved_reassign()
1495 vif_chsw[0].old_ctx = &old_ctx->conf; in ieee80211_link_use_reserved_reassign()
1496 vif_chsw[0].new_ctx = &new_ctx->conf; in ieee80211_link_use_reserved_reassign()
1497 vif_chsw[0].link_conf = link->conf; in ieee80211_link_use_reserved_reassign()
1501 err = drv_switch_vif_chanctx(local, vif_chsw, 1, in ieee80211_link_use_reserved_reassign()
1611 struct ieee80211_vif_chanctx_switch *vif_chsw; in ieee80211_chsw_switch_vifs() local
1617 vif_chsw = kzalloc_objs(vif_chsw[0], n_vifs); in ieee80211_chsw_switch_vifs()
1618 if (!vif_chsw) in ieee80211_chsw_switch_vifs()
1638 vif_chsw[i].vif = &iter.sdata->vif; in ieee80211_chsw_switch_vifs()
[all …]