1 --- a/drivers/net/wireless/ath/regd.c
2 +++ b/drivers/net/wireless/ath/regd.c
3 @@ -194,6 +194,10 @@ ath_reg_apply_beaconing_flags(struct wip
11 for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
13 if (!wiphy->bands[band])
14 @@ -253,6 +257,10 @@ ath_reg_apply_active_scan_flags(struct w
22 sband = wiphy->bands[IEEE80211_BAND_2GHZ];
25 @@ -302,6 +310,10 @@ static void ath_reg_apply_radar_flags(st
26 struct ieee80211_channel *ch;
33 if (!wiphy->bands[IEEE80211_BAND_5GHZ])
36 @@ -469,6 +481,10 @@ ath_regd_init_wiphy(struct ath_regulator
38 const struct ieee80211_regdomain *regd;
44 wiphy->reg_notifier = reg_notifier;
45 wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY;