Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183590
b: refs/heads/master
c: b74d12e
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jan 12, 2010
1 parent 99942a8 commit 380581b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 81f14df0b3909875902b0253d7059e8a73dd0c7f
refs/heads/master: b74d12e116528fadc35f305eb6e9525a3a2b62b1
4 changes: 3 additions & 1 deletion trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,8 +1806,10 @@ void regulatory_hint_11d(struct wiphy *wiphy,
goto out;

rd = country_ie_2_rd(country_ie, country_ie_len, &checksum);
if (!rd)
if (!rd) {
REG_DBG_PRINT("cfg80211: Ignoring bogus country IE\n");
goto out;
}

/*
* This will not happen right now but we leave it here for the
Expand Down

0 comments on commit 380581b

Please sign in to comment.