wireless/libertas support for 88w8385 sdio older revision
Identifiaction of another revision of 88w8385 in sdio mode. Signed-off-by: Marc Pignat <marc.pignat@hevs.ch> Acked-by: Pierre Ossman <drzeus@drzeus.cx> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e52742deef
commit
436c8854a0
|
@ -871,6 +871,10 @@ static int if_sdio_probe(struct sdio_func *func,
|
||||||
if (sscanf(func->card->info[i],
|
if (sscanf(func->card->info[i],
|
||||||
"ID: %x", &model) == 1)
|
"ID: %x", &model) == 1)
|
||||||
break;
|
break;
|
||||||
|
if (!strcmp(func->card->info[i], "IBIS Wireless SDIO Card")) {
|
||||||
|
model = 4;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i == func->card->num_info) {
|
if (i == func->card->num_info) {
|
||||||
|
|
Loading…
Reference in New Issue