Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278733
b: refs/heads/master
c: 1b04b73
h: refs/heads/master
i:
  278731: 41e5bb0
v: v3
  • Loading branch information
Eyal Shapira authored and Luciano Coelho committed Dec 8, 2011
1 parent 07f209e commit a17a8ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3dbb5846db1f5df3619b927cc2a7dcaf65a38f1e
refs/heads/master: 1b04b739f4c1d053bebb29657fb69bf03f180a97
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ wl12xx_scan_sched_scan_ssid_list(struct wl1271 *wl,
* so they're used in probe requests.
*/
for (i = 0; i < req->n_ssids; i++) {
if (!req->ssids[i].ssid_len)
continue;

for (j = 0; j < cmd->n_ssids; j++)
if (!memcmp(req->ssids[i].ssid,
cmd->ssids[j].ssid,
Expand Down

0 comments on commit a17a8ce

Please sign in to comment.