Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247211
b: refs/heads/master
c: c989bb1
h: refs/heads/master
i:
  247209: 828eb43
  247207: 73de028
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Apr 26, 2011
1 parent f8f508e commit 84c9f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d3bb1429a2c1470d1f84646c00e34dc6784ee06e
refs/heads/master: c989bb15e95a93e20fc86783264f6298116e8651
3 changes: 2 additions & 1 deletion trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,8 @@ static void reg_process_hint(struct regulatory_request *reg_request)
* We only time out user hints, given that they should be the only
* source of bogus requests.
*/
if (reg_request->initiator == NL80211_REGDOM_SET_BY_USER)
if (r != -EALREADY &&
reg_request->initiator == NL80211_REGDOM_SET_BY_USER)
schedule_delayed_work(&reg_timeout, msecs_to_jiffies(3142));
}

Expand Down

0 comments on commit 84c9f08

Please sign in to comment.