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.c4352 u32 *old_radio_rts_threshold = NULL; in nl80211_set_wiphy() local
4358 old_radio_rts_threshold = kcalloc(rdev->wiphy.n_radio, in nl80211_set_wiphy()
4361 if (!old_radio_rts_threshold) in nl80211_set_wiphy()
4369 if (old_radio_rts_threshold) { in nl80211_set_wiphy()
4371 old_radio_rts_threshold[i] = in nl80211_set_wiphy()
4386 old_radio_rts_threshold) { in nl80211_set_wiphy()
4407 if (old_radio_rts_threshold) { in nl80211_set_wiphy()
4410 old_radio_rts_threshold[i]; in nl80211_set_wiphy()
4418 kfree(old_radio_rts_threshold); in nl80211_set_wiphy()