Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134413
b: refs/heads/master
c: baf62ee
h: refs/heads/master
i:
  134411: 7f096dd
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed Feb 9, 2009
1 parent 1c6ffbf commit 2f8ef5a
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: 0c2bec96945ccfc4a58a88d73531e392972ba6c5
refs/heads/master: baf62eecfa75a26682efdfed0d74256992a47e6b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ static int lbs_process_bss(struct bss_descriptor *bss,
bss->wpa_ie_len);
} else if (pos[1] >= MARVELL_MESH_IE_LENGTH &&
pos[2] == 0x00 && pos[3] == 0x50 &&
pos[4] == 0x43 && pos[4] == 0x04) {
pos[4] == 0x43 && pos[5] == 0x04) {
lbs_deb_scan("got mesh IE\n");
bss->mesh = 1;
} else {
Expand Down

0 comments on commit 2f8ef5a

Please sign in to comment.