cfg80211: pass DFS region to drivers through reg_notifier()
[deliverable/linux.git] / net / wireless / reg.c
index 69141ed1f6dfea2b89cad572ddabf564bfdb20c8..b66444d048d57db72652afd254b16a65eccf001f 100644 (file)
@@ -1121,6 +1121,8 @@ static void wiphy_update_regulatory(struct wiphy *wiphy,
        if (ignore_reg_update(wiphy, initiator))
                return;
 
+       last_request->dfs_region = cfg80211_regdomain->dfs_region;
+
        for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
                if (wiphy->bands[band])
                        handle_band(wiphy, band, initiator);
This page took 0.025227 seconds and 5 git commands to generate.