Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225335
b: refs/heads/master
c: 931299c
h: refs/heads/master
i:
  225333: bf4b898
  225331: 588d367
  225327: 4986116
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Dec 16, 2010
1 parent 06f0803 commit deb4cbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2784fe915cd25adf23ea28534019308d8a144721
refs/heads/master: 931299cf87701962ea1811dc216f48f3f7a4ebc8
8 changes: 8 additions & 0 deletions trunk/drivers/net/wireless/ath/regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,14 @@ int ath_reg_notifier_apply(struct wiphy *wiphy,
/* We always apply this */
ath_reg_apply_radar_flags(wiphy);

/*
* This would happen when we have sent a custom regulatory request
* a world regulatory domain and the scheduler hasn't yet processed
* any pending requests in the queue.
*/
if (!request)
return 0;

switch (request->initiator) {
case NL80211_REGDOM_SET_BY_DRIVER:
case NL80211_REGDOM_SET_BY_CORE:
Expand Down

0 comments on commit deb4cbb

Please sign in to comment.