Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351736
b: refs/heads/master
c: d4f2c88
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Jan 3, 2013
1 parent f497ab7 commit e8c81ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 11cff96c0660e1e361d60ab90514ffbbfbaf7c03
refs/heads/master: d4f2c8819a51f31ef0f929574ce8d80b323c6a76
6 changes: 2 additions & 4 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1614,10 +1614,8 @@ static void reg_todo(struct work_struct *work)

static void queue_regulatory_request(struct regulatory_request *request)
{
if (isalpha(request->alpha2[0]))
request->alpha2[0] = toupper(request->alpha2[0]);
if (isalpha(request->alpha2[1]))
request->alpha2[1] = toupper(request->alpha2[1]);
request->alpha2[0] = toupper(request->alpha2[0]);
request->alpha2[1] = toupper(request->alpha2[1]);

spin_lock(&reg_requests_lock);
list_add_tail(&request->list, &reg_requests_list);
Expand Down

0 comments on commit e8c81ae

Please sign in to comment.