aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r--net/wireless/reg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index b64596fe7363..1bc8131a5185 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -813,6 +813,7 @@ static bool ignore_reg_update(struct wiphy *wiphy,
813 * desired regulatory domain set 813 * desired regulatory domain set
814 */ 814 */
815 if (wiphy->flags & WIPHY_FLAG_STRICT_REGULATORY && !wiphy->regd && 815 if (wiphy->flags & WIPHY_FLAG_STRICT_REGULATORY && !wiphy->regd &&
816 initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
816 !is_world_regdom(last_request->alpha2)) 817 !is_world_regdom(last_request->alpha2))
817 return true; 818 return true;
818 return false; 819 return false;