> 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: *** [src/zd1211.o] Error 1
There seems to be another problem in zd1205.c similar to the previous one: In one place 'zd1205wext_iw_get_stats' gets used under the condition: #if WIRELESS_EXT > 16 .get_wireless_stats = &zd1205wext_iw_get_stats, in another place: #if WIRELESS_EXT > 12 struct iw_statistics *zd1205wext_iw_get_stats(struct net_device *dev) I think the two should match to make it work (and I guess it should also match the previous condition in zd1205.h) I think it's time the author of the change steps up and tells what exactly is supposed to happen here. 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 _______________________________________________ Zd1211-devs mailing list - http://zd1211.ath.cx/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs