diff --git a/[refs] b/[refs] index 2c29f7687dc3..42a2ce25cc1b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4be8c3873e0b88397866d3ede578503e188f9ad2 +refs/heads/master: 560e28e14f69ad3440a6e8c283dcfd37e1e41c2d diff --git a/trunk/net/wireless/reg.c b/trunk/net/wireless/reg.c index bc494cef2102..0f93d4526f37 100644 --- a/trunk/net/wireless/reg.c +++ b/trunk/net/wireless/reg.c @@ -947,9 +947,9 @@ void wiphy_update_regulatory(struct wiphy *wiphy, enum reg_set_by setby) for (band = 0; band < IEEE80211_NUM_BANDS; band++) { if (wiphy->bands[band]) handle_band(wiphy, band); - if (wiphy->reg_notifier) - wiphy->reg_notifier(wiphy, setby); } + if (wiphy->reg_notifier) + wiphy->reg_notifier(wiphy, setby); } /* Return value which can be used by ignore_request() to indicate