I'm not really sure if this is the right place to report this bug, since
it is in spectrum_cs.c, but isn't spectrum_cs.c somehow part of orinoco?
Please correct me if I'm wrong.
Anyway, I discovered it recently when upgrading to the 2.6.17 kernel,
where a much more recent version of orinoco has finally been integrated,
but refused to handle my card. It's a matter of a very simple typo in
spectrum_reset. It says the following:
/* Doing it if hardware is gone is guaranteed crash */
if (pcmcia_dev_present(link))
return -ENODEV;
That should obviously be "if (pcmcia_dev_present(link) == NULL)",
however. Again, please correct me if this isn't the right place to
report this bug.
Fredrik Tolf
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|