Lines Matching refs:old
190 struct ieee80211_bss_conf *old[IEEE80211_MLD_MAX_NUM_LINKS];
201 /* if there were no old links, need to clear the pointers to deflink */
215 /* keep track of the old pointers for the driver */
216 BUILD_BUG_ON(sizeof(old) != sizeof(sdata->vif.link_conf));
217 memcpy(old, sdata->vif.link_conf, sizeof(old));
222 /* grab old links to free later */
263 old);
269 memcpy(sdata->vif.link_conf, old, sizeof(old));