Re: [zd1211-devs] R80 Linux 2.4 gcc 3.4.5 compile problems

2006-07-04 Thread Remco
src/zd1211.o src/zd1211.c: In function `zd1211_InitSetup': src/zd1211.c:1883: error: `zd1205wext_iw_get_stats' undeclared (first use in this function) src/zd1211.c:1883: error: (Each undeclared identifier is reported only once src/zd1211.c:1883: error: for each function it appears in.) make:

Re: [zd1211-devs] R80 Linux 2.4 gcc 3.4.5 compile problems

2006-07-04 Thread Gabor Z. Papp
* Remco [EMAIL PROTECTED]: | in another place: | #if WIRELESS_EXT 12 | struct iw_statistics *zd1205wext_iw_get_stats(struct net_device *dev) src/zd1211.c: In function `zd1205wext_iw_get_stats': src/zd1211.c:1879: error: syntax error before dev src/zd1211.c:1917: error: parameter `iface_desc' is

Re: [zd1211-devs] R80 Linux 2.4 gcc 3.4.5 compile problems

2006-07-03 Thread Remco
Trying to compile R80 src/zd1205.c: In function `zd1205wext_iw_get_stats': src/zd1205.c:4776: error: structure has no member named `iw_stats' I think the problem is with the conditions used to compile in iw_stats support. In zd1205.h the condition is: #ifdef CONFIG_NET_WIRELESS while in

Re: [zd1211-devs] R80 Linux 2.4 gcc 3.4.5 compile problems

2006-07-03 Thread Gabor Z. Papp
* Remco [EMAIL PROTECTED]: | Trying to compile R80 | | src/zd1205.c: In function `zd1205wext_iw_get_stats': | src/zd1205.c:4776: error: structure has no member named `iw_stats' | I think the problem is with the conditions used to compile in iw_stats | support. | In zd1205.h the condition

[zd1211-devs] R80 Linux 2.4 gcc 3.4.5 compile problems

2006-07-02 Thread Gabor Z. Papp
Trying to compile R80 gcc -static -O -Wall -Wstrict-prototypes -pipe -fomit-frame-pointer -DZDCONF_WE_STAT_SUPPORT=1 -DHOST_IF_USB -DAMAC -DGCCK -DOFDM -DHOSTAPD_SUPPORT -DUSE_EP4_SET_REG -DDOWNLOADFIRMWARE -DfTX_GAIN_OFDM=0 -DfNEW_CODE_MAP=1 -DfWRITE_WORD_REG=1 -DfREAD_MUL_REG=1 -DZD1211