Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75567
b: refs/heads/master
c: 436c885
h: refs/heads/master
i:
  75565: dd492b2
  75563: 18c27c2
  75559: d7b215e
  75551: 4f4d086
v: v3
  • Loading branch information
Marc Pignat authored and John W. Linville committed Jan 16, 2008
1 parent 5aacf64 commit c2d8d78
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e52742deef04ed7babec0f5866c867dd15d449f0
refs/heads/master: 436c8854a05add153a9003b3aa19e54851ed902f
4 changes: 4 additions & 0 deletions trunk/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 c2d8d78

Please sign in to comment.