diff options
Diffstat (limited to 'drivers/net/wireless/ath/regd.c')
-rw-r--r-- | drivers/net/wireless/ath/regd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/regd.c b/drivers/net/wireless/ath/regd.c index 077bcc142cde..039ac490465c 100644 --- a/drivers/net/wireless/ath/regd.c +++ b/drivers/net/wireless/ath/regd.c | |||
@@ -450,7 +450,7 @@ ath_regd_init_wiphy(struct ath_regulatory *reg, | |||
450 | const struct ieee80211_regdomain *regd; | 450 | const struct ieee80211_regdomain *regd; |
451 | 451 | ||
452 | wiphy->reg_notifier = reg_notifier; | 452 | wiphy->reg_notifier = reg_notifier; |
453 | wiphy->strict_regulatory = true; | 453 | wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY; |
454 | 454 | ||
455 | if (ath_is_world_regd(reg)) { | 455 | if (ath_is_world_regd(reg)) { |
456 | /* | 456 | /* |
@@ -458,8 +458,7 @@ ath_regd_init_wiphy(struct ath_regulatory *reg, | |||
458 | * saved on the wiphy orig_* parameters | 458 | * saved on the wiphy orig_* parameters |
459 | */ | 459 | */ |
460 | regd = ath_world_regdomain(reg); | 460 | regd = ath_world_regdomain(reg); |
461 | wiphy->custom_regulatory = true; | 461 | wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY; |
462 | wiphy->strict_regulatory = false; | ||
463 | } else { | 462 | } else { |
464 | /* | 463 | /* |
465 | * This gets applied in the case of the absense of CRDA, | 464 | * This gets applied in the case of the absense of CRDA, |