Searched refs:new_beacon (Results 1 – 1 of 1) sorted by relevance
3467 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local3480 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()3481 if (!new_beacon) in cfg80211_beacon_dup()3485 new_beacon->mbssid_ies = in cfg80211_beacon_dup()3486 kzalloc(struct_size(new_beacon->mbssid_ies, in cfg80211_beacon_dup()3489 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()3490 kfree(new_beacon); in cfg80211_beacon_dup()3495 new_beacon->rnr_ies = in cfg80211_beacon_dup()3496 kzalloc(struct_size(new_beacon->rnr_ies, in cfg80211_beacon_dup()3499 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()[all …]