Home
last modified time | relevance | path

Searched refs:old_radio_rts_threshold (Results 1 – 1 of 1) sorted by relevance

/linux/net/wireless/
H A Dnl80211.c4533 u32 *old_radio_rts_threshold = NULL; in nl80211_set_wiphy() local
4539 old_radio_rts_threshold = kcalloc(rdev->wiphy.n_radio, in nl80211_set_wiphy()
4542 if (!old_radio_rts_threshold) in nl80211_set_wiphy()
4550 if (old_radio_rts_threshold) { in nl80211_set_wiphy()
4552 old_radio_rts_threshold[i] = in nl80211_set_wiphy()
4567 old_radio_rts_threshold) { in nl80211_set_wiphy()
4588 if (old_radio_rts_threshold) { in nl80211_set_wiphy()
4591 old_radio_rts_threshold[i]; in nl80211_set_wiphy()
4599 kfree(old_radio_rts_threshold); in nl80211_set_wiphy()