Skip to content

Commit

Permalink
wireless/libertas support for 88w8385 sdio older revision
Browse files Browse the repository at this point in the history
Identifiaction of another revision of 88w8385 in sdio mode.

Signed-off-by: Marc Pignat <[email protected]>
Acked-by: Pierre Ossman <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
RandomReaper authored and linvjw committed Jan 16, 2008
1 parent e52742d commit 436c885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/wireless/libertas/if_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,10 @@ static int if_sdio_probe(struct sdio_func *func,
if (sscanf(func->card->info[i],
"ID: %x", &model) == 1)
break;
if (!strcmp(func->card->info[i], "IBIS Wireless SDIO Card")) {
model = 4;
break;
}
}

if (i == func->card->num_info) {
Expand Down

0 comments on commit 436c885

Please sign in to comment.