Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261052
b: refs/heads/master
c: a203c2a
h: refs/heads/master
v: v3
  • Loading branch information
Sven Neumann authored and John W. Linville committed Jul 26, 2011
1 parent 5385227 commit bb2e208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 276556dbd2d9f56f8933393f927e88fae142ce8f
refs/heads/master: a203c2aa4cefccb879c879b8e1cad1a09a679e55
5 changes: 3 additions & 2 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,12 +1125,13 @@ void wiphy_update_regulatory(struct wiphy *wiphy,
enum ieee80211_band band;

if (ignore_reg_update(wiphy, initiator))
goto out;
return;

for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
if (wiphy->bands[band])
handle_band(wiphy, band, initiator);
}
out:

reg_process_beacons(wiphy);
reg_process_ht_flags(wiphy);
if (wiphy->reg_notifier)
Expand Down

0 comments on commit bb2e208

Please sign in to comment.