hi, I've tried to compile the pcmcia-source package to obtain the wvlan_cs driver cause it's not included in the kernel. But this version (I used the debian pcmcia-source) package gave me the following errors: -- cc -MD -c -O3 -Wall -Wstrict-prototypes -pipe -I../include -I/usr/src/linux/in clude -D__KERNEL__ -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux /modversions.h wvlan_hcf.c wvlan_hcf.c:761: macro `min' used with only 2 args wvlan_hcf.c:781: macro `min' used with only 2 args wvlan_hcf.c:1702: macro `max' used with only 2 args wvlan_hcf.c: In function `hcf_get_info': wvlan_hcf.c:761: `len' undeclared (first use in this function) wvlan_hcf.c:761: (Each undeclared identifier is reported only once wvlan_hcf.c:761: for each function it appears in.) wvlan_hcf.c:761: parse error before `__x' wvlan_hcf.c:761: `__x' undeclared (first use in this function) wvlan_hcf.c:761: `__y' undeclared (first use in this function) wvlan_hcf.c:781: `i' undeclared (first use in this function) wvlan_hcf.c:781: parse error before `__x' wvlan_hcf.c: In function `calibrate': wvlan_hcf.c:1702: parse error before `__x' wvlan_hcf.c:1702: `__x' undeclared (first use in this function) wvlan_hcf.c:1702: `__y' undeclared (first use in this function) make[1]: *** [wvlan_hcf.o] Error 1 make[1]: Leaving directory `/usr/src/modules/pcmcia-cs/wireless' make: *** [all] Error 2 --
I hope someone can helpout here. ----------- Andor Demarteau [EMAIL PROTECTED] -----------

