Lines Matching defs:tx_bss_conf
743 struct ieee80211_bss_conf *link_conf, *tx_bss_conf;
751 tx_bss_conf = sdata_dereference(link_conf->tx_bss_conf, sdata);
752 if (!tx_bss_conf)
755 tx_sdata = vif_to_sdata(tx_bss_conf->vif);
756 RCU_INIT_POINTER(link_conf->tx_bss_conf, NULL);
758 /* If we are not tx sdata reset tx sdata's tx_bss_conf to avoid recusrion
762 tx_link = sdata_dereference(tx_sdata->link[tx_bss_conf->link_id],
767 RCU_INIT_POINTER(tx_link->conf->tx_bss_conf, NULL);
777 rcu_access_pointer(link->conf->tx_bss_conf) != tx_bss_conf)
780 RCU_INIT_POINTER(link->conf->tx_bss_conf, NULL);