Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134094
b: refs/heads/master
c: 560e28e
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jan 29, 2009
1 parent 09310b6 commit eae0750
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4be8c3873e0b88397866d3ede578503e188f9ad2
refs/heads/master: 560e28e14f69ad3440a6e8c283dcfd37e1e41c2d
4 changes: 2 additions & 2 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eae0750

Please sign in to comment.