Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159090
b: refs/heads/master
c: 4697fe4
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jul 24, 2009
1 parent 6251134 commit 4ec4c0f
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: 908d4369a394e816767d566d9c3d15a5af8c1c55
refs/heads/master: 4697fe4f78df14d37cffa7e8d27cbb02a351c139
2 changes: 1 addition & 1 deletion trunk/net/wireless/wext-sme.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int cfg80211_mgd_wext_siwessid(struct net_device *dev,

if (wdev->wext.connect.ssid && len &&
len == wdev->wext.connect.ssid_len &&
memcmp(wdev->wext.connect.ssid, ssid, len))
memcmp(wdev->wext.connect.ssid, ssid, len) == 0)
goto out;

if (wdev->sme_state != CFG80211_SME_IDLE) {
Expand Down

0 comments on commit 4ec4c0f

Please sign in to comment.