Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122270
b: refs/heads/master
c: a01ddaf
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 25, 2008
1 parent 14ab80b commit a816559
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: b8295acdc323e6e383ec822fc1e95edeb9148513
refs/heads/master: a01ddafd43f7d53a65ef053eb80a4dee58839c1f
5 changes: 3 additions & 2 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,12 +880,13 @@ int set_regdom(const struct ieee80211_regdomain *rd)
}

/* This would make this whole thing pointless */
BUG_ON(rd != cfg80211_regdomain);
if (!last_request->intersect)
BUG_ON(rd != cfg80211_regdomain);

/* update all wiphys now with the new established regulatory domain */
update_all_wiphy_regulatory(last_request->initiator);

print_regdomain(rd);
print_regdomain(cfg80211_regdomain);

return r;
}
Expand Down

0 comments on commit a816559

Please sign in to comment.