Searched refs:cfg80211_world_regdom (Results 1 – 1 of 1) sorted by relevance
281 static const struct ieee80211_regdomain *cfg80211_world_regdom = variable330 if (r == cfg80211_world_regdom) in reset_regdomains()332 if (cfg80211_world_regdom == &world_regdom) in reset_regdomains()333 cfg80211_world_regdom = NULL; in reset_regdomains()338 rcu_free_regdom(cfg80211_world_regdom); in reset_regdomains()340 cfg80211_world_regdom = &world_regdom; in reset_regdomains()363 cfg80211_world_regdom = rd; in update_world_regdomain()3477 world_alpha2[0] = cfg80211_world_regdom->alpha2[0]; in restore_regulatory_settings()3478 world_alpha2[1] = cfg80211_world_regdom->alpha2[1]; in restore_regulatory_settings()3489 reset_regdomains(false, cfg80211_world_regdom); in restore_regulatory_settings()[all …]