Hello!
On Thu, 2006-08-03 at 15:02 -0700, aaaaa bbbbb wrote:
> Compiling drivers (orinoco-0.13e-SN-6) i am getting
> this warning:
>
> CC [M] /home/deb/orinoco-0.13e-SN-6/orinoco.o
> /home/deb/orinoco-0.13e-SN-6/orinoco.c: In function
> `orinoco_set_mac_address':
> /home/deb/orinoco-0.13e-SN-6/orinoco.c:2653: warning:
> unused variable `priv'
>
> Maybe this warning have something same with this
> problem ?
Unused variables only take extra space on stack. I can imagine they can
serve as protection against buffer overflow attacks exploiting
off-by-one errors. It's hard to imagine an unused variable to create a
problem other than stack overflow, in which case we would be observing a
kernel panic.
> eth2: Station identity 0015:0002:0001:000a
> eth2: Looks like an Intersil firmware version 1.10.2
This was fixed years ago. But since you are doing software archeology,
it's probably the desired effect.
> I can't get my Proxim Orinoco Gold pcmcia card
> (8020-WD) working for one month, allways the same
> problem can't read mac address. I think i will put it
> into the trash.
You haven't tried even older drivers yet. They may cause more
interesting warnings and runtime errors :)
--
Regards,
Pavel Roskin
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|