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.c4132 u32 *old_radio_rts_threshold = NULL; in nl80211_set_wiphy() local
4138 old_radio_rts_threshold = kcalloc(rdev->wiphy.n_radio, in nl80211_set_wiphy()
4141 if (!old_radio_rts_threshold) in nl80211_set_wiphy()
4149 if (old_radio_rts_threshold) { in nl80211_set_wiphy()
4151 old_radio_rts_threshold[i] = in nl80211_set_wiphy()
4166 old_radio_rts_threshold) { in nl80211_set_wiphy()
4187 if (old_radio_rts_threshold) { in nl80211_set_wiphy()
4190 old_radio_rts_threshold[i]; in nl80211_set_wiphy()
4198 kfree(old_radio_rts_threshold); in nl80211_set_wiphy()