Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122271
b: refs/heads/master
c: 02ba0b3
h: refs/heads/master
i:
  122269: 14ab80b
  122267: 3268f47
  122263: 2b957d2
  122255: 65e3bf8
  122239: d88f660
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 25, 2008
1 parent a816559 commit 3d9cb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: a01ddafd43f7d53a65ef053eb80a4dee58839c1f
refs/heads/master: 02ba0b3263f4eb41d2a5714cbe99207ae491a964
9 changes: 1 addition & 8 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,14 +711,7 @@ int __regulatory_hint(struct wiphy *wiphy, enum reg_set_by set_by,

kfree(last_request);
last_request = request;
r = call_crda(alpha2);

#ifndef CONFIG_WIRELESS_OLD_REGULATORY
if (r)
printk(KERN_ERR "cfg80211: Failed calling CRDA\n");
#endif

return r;
return call_crda(alpha2);
}

void regulatory_hint(struct wiphy *wiphy, const char *alpha2)
Expand Down

0 comments on commit 3d9cb0d

Please sign in to comment.