Lines Matching defs:rtwvif_target
2367 struct rtw_vif *rtwvif_target = (struct rtw_vif *)vif->drv_priv;
2371 if (rtwvif_target->port != RTW_PORT_0)
2375 rtwvif_ap->port, rtwvif_target->port);
2381 reg2 = &rtwvif_target->conf->net_type;
2385 reg2 = &rtwvif_target->conf->mac_addr;
2389 reg2 = &rtwvif_target->conf->bssid;
2393 reg2 = &rtwvif_target->conf->bcn_ctrl;
2396 swap(rtwvif_target->port, rtwvif_ap->port);
2397 swap(rtwvif_target->conf, rtwvif_ap->conf);
2399 rtw_fw_default_port(rtwdev, rtwvif_target);