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

/linux-4.4.14/net/mac80211/
H A Dchan.c1006 struct ieee80211_vif_chanctx_switch vif_chsw[1] = {}; ieee80211_vif_use_reserved_reassign() local
1038 vif_chsw[0].vif = &sdata->vif; ieee80211_vif_use_reserved_reassign()
1039 vif_chsw[0].old_ctx = &old_ctx->conf; ieee80211_vif_use_reserved_reassign()
1040 vif_chsw[0].new_ctx = &new_ctx->conf; ieee80211_vif_use_reserved_reassign()
1045 err = drv_switch_vif_chanctx(local, vif_chsw, 1, ieee80211_vif_use_reserved_reassign()
1176 struct ieee80211_vif_chanctx_switch *vif_chsw; ieee80211_chsw_switch_vifs() local
1184 vif_chsw = kzalloc(sizeof(vif_chsw[0]) * n_vifs, GFP_KERNEL); ieee80211_chsw_switch_vifs()
1185 if (!vif_chsw) ieee80211_chsw_switch_vifs()
1205 vif_chsw[i].vif = &sdata->vif; ieee80211_chsw_switch_vifs()
1206 vif_chsw[i].old_ctx = &old_ctx->conf; ieee80211_chsw_switch_vifs()
1207 vif_chsw[i].new_ctx = &ctx->conf; ieee80211_chsw_switch_vifs()
1213 err = drv_switch_vif_chanctx(local, vif_chsw, n_vifs, ieee80211_chsw_switch_vifs()
1217 kfree(vif_chsw); ieee80211_chsw_switch_vifs()

Completed in 66 milliseconds