Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159375
b: refs/heads/master
c: 9828b01
h: refs/heads/master
i:
  159373: b7c93ff
  159371: 15bd5c9
  159367: 8a5c428
  159359: a80d9ac
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent 1d59052 commit 3e4db04
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: 056508dcb6890586745aa937e779f00fde05531b
refs/heads/master: 9828b0170eef541c3fa583caa0134dadbb1d3ea6
6 changes: 2 additions & 4 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,10 +1774,8 @@ void regulatory_hint_11d(struct wiphy *wiphy,

mutex_lock(&cfg80211_mutex);

if (unlikely(!last_request)) {
mutex_unlock(&cfg80211_mutex);
return;
}
if (unlikely(!last_request))
goto out;

/* IE len must be evenly divisible by 2 */
if (country_ie_len & 0x01)
Expand Down

0 comments on commit 3e4db04

Please sign in to comment.