Subject: Re: if_wi.c 1.4x
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 12/21/2000 13:34:58
In message <20001221195938.A587@antioche.eu.org>, Manuel Bouyer writes:
>Use anoncvs for now; sup -current sitll points to 1.5

So, I'm trying to get the relevant files, but it looks like this will have
tree-wide effects.

e.g.:

cc1: warnings being treated as errors
../../../../dev/pcmcia/if_wi.c:182: warning: `struct ieee80211_power' declared
inside parameter list
../../../../dev/pcmcia/if_wi.c:182: warning: its scope is only this definition
or declaration,
../../../../dev/pcmcia/if_wi.c:182: warning: which is probably not what you
want.
../../../../dev/pcmcia/if_wi.c:183: warning: `struct ieee80211_power' declared
inside parameter list
../../../../dev/pcmcia/if_wi.c: In function `wi_attach':
../../../../dev/pcmcia/if_wi.c:420: structure has no member named `if_init'

So, obviously, I can't just update this one file, or even just a few
"obviously relevant" files.

I'm sorta stumped here.  Does anyone have a tarball, known to compile, with
the newer if_wi.c in it?  I was planning to get the hang of CVS, but I was
hoping to do it *after* I fought with this driver some more.

-s