Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327882
b: refs/heads/master
c: 768be59
h: refs/heads/master
v: v3
  • Loading branch information
Hila Gonen authored and Johannes Berg committed Sep 5, 2012
1 parent 37d8b80 commit 10425c6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e5f5b2fb07353de00ffde49221cffad71e2fecfe
refs/heads/master: 768be59f30f2ee8958ba3718101162c694efab12
2 changes: 1 addition & 1 deletion trunk/net/wireless/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ cfg80211_inform_bss_frame(struct wiphy *wiphy,
return NULL;

if (WARN_ON(wiphy->signal_type == CFG80211_SIGNAL_TYPE_UNSPEC &&
(signal < 0 || signal > 100)))
(signal < 0 || signal > 100)))
return NULL;

if (WARN_ON(len < offsetof(struct ieee80211_mgmt, u.probe_resp.variable)))
Expand Down

0 comments on commit 10425c6

Please sign in to comment.