Searched refs:wiphy_regd (Results 1 – 1 of 1) sorted by relevance
164 const struct ieee80211_regdomain *wiphy_regd = NULL; in reg_get_dfs_region() local170 wiphy_regd = get_wiphy_regdom(wiphy); in reg_get_dfs_region()171 if (!wiphy_regd) in reg_get_dfs_region()174 if (wiphy_regd->dfs_region == regd->dfs_region) in reg_get_dfs_region()179 reg_dfs_region_str(wiphy_regd->dfs_region), in reg_get_dfs_region()3720 const struct ieee80211_regdomain *wiphy_regd = NULL; in regulatory_pre_cac_allowed() local3726 wiphy_regd = rcu_dereference(wiphy->regd); in regulatory_pre_cac_allowed()3727 if (!wiphy_regd) { in regulatory_pre_cac_allowed()3736 if (regd->dfs_region == wiphy_regd->dfs_region && in regulatory_pre_cac_allowed()3737 wiphy_regd->dfs_region == NL80211_DFS_ETSI) in regulatory_pre_cac_allowed()