Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c176 const struct ieee80211_regdomain *wiphy_regd = NULL; in reg_get_dfs_region() local
186 wiphy_regd = get_wiphy_regdom(wiphy); in reg_get_dfs_region()
187 if (!wiphy_regd) in reg_get_dfs_region()
191 dfs_region = wiphy_regd->dfs_region; in reg_get_dfs_region()
195 if (wiphy_regd->dfs_region == regd->dfs_region) in reg_get_dfs_region()
200 reg_dfs_region_str(wiphy_regd->dfs_region), in reg_get_dfs_region()
4199 const struct ieee80211_regdomain *wiphy_regd = NULL; in regulatory_pre_cac_allowed() local
4205 wiphy_regd = rcu_dereference(wiphy->regd); in regulatory_pre_cac_allowed()
4206 if (!wiphy_regd) { in regulatory_pre_cac_allowed()
4215 if (regd->dfs_region == wiphy_regd->dfs_region && in regulatory_pre_cac_allowed()
[all …]