diff options
-rw-r--r-- | drivers/net/wireless/libertas/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/scan.c b/drivers/net/wireless/libertas/scan.c index 57f6c12cda20..00a57ed78afc 100644 --- a/drivers/net/wireless/libertas/scan.c +++ b/drivers/net/wireless/libertas/scan.c | |||
@@ -692,7 +692,7 @@ static int lbs_process_bss(struct bss_descriptor *bss, | |||
692 | bss->wpa_ie_len); | 692 | bss->wpa_ie_len); |
693 | } else if (pos[1] >= MARVELL_MESH_IE_LENGTH && | 693 | } else if (pos[1] >= MARVELL_MESH_IE_LENGTH && |
694 | pos[2] == 0x00 && pos[3] == 0x50 && | 694 | pos[2] == 0x00 && pos[3] == 0x50 && |
695 | pos[4] == 0x43 && pos[4] == 0x04) { | 695 | pos[4] == 0x43 && pos[5] == 0x04) { |
696 | lbs_deb_scan("got mesh IE\n"); | 696 | lbs_deb_scan("got mesh IE\n"); |
697 | bss->mesh = 1; | 697 | bss->mesh = 1; |
698 | } else { | 698 | } else { |