Searched refs:new_beacon (Results 1 – 1 of 1) sorted by relevance
3595 struct cfg80211_beacon_data *new_beacon; in cfg80211_beacon_dup() local3608 new_beacon = kzalloc(sizeof(*new_beacon) + len, GFP_KERNEL); in cfg80211_beacon_dup()3609 if (!new_beacon) in cfg80211_beacon_dup()3613 new_beacon->mbssid_ies = in cfg80211_beacon_dup()3614 kzalloc(struct_size(new_beacon->mbssid_ies, in cfg80211_beacon_dup()3617 if (!new_beacon->mbssid_ies) { in cfg80211_beacon_dup()3618 kfree(new_beacon); in cfg80211_beacon_dup()3623 new_beacon->rnr_ies = in cfg80211_beacon_dup()3624 kzalloc(struct_size(new_beacon->rnr_ies, in cfg80211_beacon_dup()3627 if (!new_beacon->rnr_ies) { in cfg80211_beacon_dup()[all …]