diff options
-rw-r--r-- | drivers/net/wireless/ath/regd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/regd.c b/drivers/net/wireless/ath/regd.c index c00687e05688..1217c52ab28e 100644 --- a/drivers/net/wireless/ath/regd.c +++ b/drivers/net/wireless/ath/regd.c | |||
@@ -362,7 +362,8 @@ static int __ath_reg_dyn_country(struct wiphy *wiphy, | |||
362 | { | 362 | { |
363 | u16 country_code; | 363 | u16 country_code; |
364 | 364 | ||
365 | if (!ath_is_world_regd(reg)) | 365 | if (request->initiator == NL80211_REGDOM_SET_BY_COUNTRY_IE && |
366 | !ath_is_world_regd(reg)) | ||
366 | return -EINVAL; | 367 | return -EINVAL; |
367 | 368 | ||
368 | country_code = ath_regd_find_country_by_name(request->alpha2); | 369 | country_code = ath_regd_find_country_by_name(request->alpha2); |