Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275683
b: refs/heads/master
c: cc438fc
h: refs/heads/master
i:
  275681: c3cf3bd
  275679: 0d278db
v: v3
  • Loading branch information
Eyal Shapira authored and John W. Linville committed Nov 8, 2011
1 parent 70582b5 commit 390ebb0
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: a59be0811c322f80aaa886b144239393efece42d
refs/heads/master: cc438fccd5783c9f7b4c4858358ac897dcf8a58d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ wl12xx_scan_sched_scan_ssid_list(struct wl1271 *wl,
break;
}
/* Fail if SSID isn't present in the filters */
if (j == req->n_ssids) {
if (j == cmd->n_ssids) {
ret = -EINVAL;
goto out_free;
}
Expand Down

0 comments on commit 390ebb0

Please sign in to comment.