ath: process regulatory notifiers with CONFIG_ATH_USER_REGD set
authorFelix Fietkau <nbd@openwrt.org>
Thu, 23 Oct 2014 13:33:18 +0000 (13:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 23 Oct 2014 13:33:18 +0000 (13:33 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43034

package/kernel/mac80211/patches/402-ath_regd_optional.patch

index 786b39ce00360285c427908b049bcc4698f74db2..73c8828c36683e4b887e68ea162473935fcb6028 100644 (file)
        if (!wiphy->bands[IEEE80211_BAND_5GHZ])
                return;
  
-@@ -632,6 +644,10 @@ ath_regd_init_wiphy(struct ath_regulator
- {
+@@ -633,6 +645,11 @@ ath_regd_init_wiphy(struct ath_regulator
        const struct ieee80211_regdomain *regd;
  
+       wiphy->reg_notifier = reg_notifier;
++
 +#ifdef CPTCFG_ATH_USER_REGD
 +      return 0;
 +#endif
 +
-       wiphy->reg_notifier = reg_notifier;
        wiphy->regulatory_flags |= REGULATORY_STRICT_REG |
                                   REGULATORY_CUSTOM_REG;
 --- a/drivers/net/wireless/ath/Kconfig
 +++ b/drivers/net/wireless/ath/Kconfig
 @@ -21,6 +21,9 @@ menuconfig ATH_CARDS