Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119619
b: refs/heads/master
c: 020cf6b
h: refs/heads/master
i:
  119617: 2f4e664
  119615: bf4ce5e
v: v3
  • Loading branch information
Ingo Molnar authored and John W. Linville committed Nov 25, 2008
1 parent b239336 commit c1b725b
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: 02969b38e6f7cef80e71d673d1e512e029a7009f
refs/heads/master: 020cf6ba7a91ccc5db359f91e9abba175fd3a0aa
4 changes: 2 additions & 2 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ static int ignore_request(struct wiphy *wiphy, enum reg_set_by set_by,
return 0;
return -EALREADY;
}
if (WARN_ON(!is_alpha2_set(alpha2) || !is_an_alpha2(alpha2)),
if (WARN(!is_alpha2_set(alpha2) || !is_an_alpha2(alpha2),
"Invalid Country IE regulatory hint passed "
"to the wireless core\n")
"to the wireless core\n"))
return -EINVAL;
/* We ignore Country IE hints for now, as we haven't yet
* added the dot11MultiDomainCapabilityEnabled flag
Expand Down

0 comments on commit c1b725b

Please sign in to comment.