Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/
Dmac80211_hwsim.c189 static const struct ieee80211_regdomain *hwsim_world_regdom_custom[] = { variable
2895 for (i = 0; i < ARRAY_SIZE(hwsim_world_regdom_custom); i++) { in append_radio_msg()
2896 if (hwsim_world_regdom_custom[i] != param->regd) in append_radio_msg()
4364 if (idx >= ARRAY_SIZE(hwsim_world_regdom_custom)) in hwsim_new_radio_nl()
4368 ARRAY_SIZE(hwsim_world_regdom_custom)); in hwsim_new_radio_nl()
4369 param.regd = hwsim_world_regdom_custom[idx]; in hwsim_new_radio_nl()