|
Hi!
David Hinds <dhinds@valinux.com> has made a simple hack to Lucent's wavelan driver and now they work! BUT! If you try to shutdown PCMCIA without removing the card before your machine will hang. I hope this will be fixed soon too! This is the diff: 1187,1192d1186
< if ((hcfStatus = hcf_action (lp->hcfCtx, HCF_ACT_INT_ON)) !=
< HCF_SUCCESS)
< {
< goto hcf_failed;
< }
<
Remove this lines in wavelan2_cs.c and you are in the business! :)
|
Messages