Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314155
b: refs/heads/master
c: 587cc28
h: refs/heads/master
i:
  314153: 0aba73e
  314151: 3e0ab78
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Jun 6, 2012
1 parent 65240f0 commit 631d0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78f85f5066b721666f869d537eaca6a0818aa301
refs/heads/master: 587cc286c8a8e22bbe4521c331b88d62d0cb1076
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ti/wlcore/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,9 @@ wl12xx_scan_sched_scan_ssid_list(struct wl1271 *wl,
continue;

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

0 comments on commit 631d0ba

Please sign in to comment.