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.c4340 u32 *old_radio_rts_threshold = NULL; in nl80211_send_iface()
4346 old_radio_rts_threshold = kcalloc(rdev->wiphy.n_radio, in nl80211_send_iface()
4349 if (!old_radio_rts_threshold) in nl80211_send_iface()
4357 if (old_radio_rts_threshold) { in nl80211_send_iface()
4359 old_radio_rts_threshold[i] = in nl80211_send_iface()
4374 old_radio_rts_threshold) { in nl80211_send_iface()
4395 if (old_radio_rts_threshold) { in nl80211_dump_interface()
4398 old_radio_rts_threshold[i]; in nl80211_dump_interface()
4406 kfree(old_radio_rts_threshold); in nl80211_dump_interface()
4132 u32 *old_radio_rts_threshold = NULL; nl80211_set_wiphy() local